Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
39fb47a4
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1173
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
39fb47a4
编写于
1月 22, 2022
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
菜单修改,api界面修改
上级
470fd1eb
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
11 addition
and
11 deletion
+11
-11
api/src/main/resources/template/js/apiPage/apiPage.js
api/src/main/resources/template/js/apiPage/apiPage.js
+3
-3
api/src/main/resources/template/tpl/apiPage/apiPage.html
api/src/main/resources/template/tpl/apiPage/apiPage.html
+1
-1
web/src/main/resources/template/assets/lib/winui/css/customer/skyeye-api.css
...ces/template/assets/lib/winui/css/customer/skyeye-api.css
+2
-2
web/src/main/resources/template/js/traditionpage/index.js
web/src/main/resources/template/js/traditionpage/index.js
+5
-5
未找到文件。
api/src/main/resources/template/js/api
page/apip
age.js
→
api/src/main/resources/template/js/api
Page/apiP
age.js
浏览文件 @
39fb47a4
...
...
@@ -42,12 +42,12 @@ layui.config({
+
'
<font id="exitBtn">退出</font>
'
;
$
(
"
#operatorBtn
"
).
html
(
str
);
}
else
{
location
.
href
=
"
../../tpl/index/login.html?url=
"
+
escape
(
"
../../tpl/api
page/apip
age.html
"
);
location
.
href
=
"
../../tpl/index/login.html?url=
"
+
escape
(
"
../../tpl/api
Page/apiP
age.html
"
);
}
loadListMation
();
}});
}
else
{
location
.
href
=
"
../../tpl/index/login.html?url=
"
+
escape
(
"
../../tpl/api
page/apip
age.html
"
);
location
.
href
=
"
../../tpl/index/login.html?url=
"
+
escape
(
"
../../tpl/api
Page/apiP
age.html
"
);
}
}
...
...
@@ -217,7 +217,7 @@ layui.config({
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
login003
"
,
params
:{},
type
:
'
json
'
,
callback
:
function
(
json
){
$
.
cookie
(
'
userToken
'
,
""
,
{
path
:
'
/
'
});
location
.
href
=
"
../../tpl/index/login.html?url=
"
+
escape
(
"
../../tpl/api
page/apip
age.html
"
);
location
.
href
=
"
../../tpl/index/login.html?url=
"
+
escape
(
"
../../tpl/api
Page/apiP
age.html
"
);
}});
});
});
...
...
api/src/main/resources/template/tpl/api
page/apip
age.html
→
api/src/main/resources/template/tpl/api
Page/apiP
age.html
浏览文件 @
39fb47a4
...
...
@@ -269,7 +269,7 @@
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/api
page/
'
}).
use
(
'
apip
age
'
);
layui
.
config
({
base
:
'
../../js/api
Page/
'
}).
use
(
'
apiP
age
'
);
</script>
</body>
</html>
\ No newline at end of file
web/src/main/resources/template/assets/lib/winui/css/customer/skyeye-api.css
浏览文件 @
39fb47a4
...
...
@@ -9,7 +9,7 @@
background-color
:
white
;
}
.apiListForm
.api-left
{
width
:
2
2
0px
;
width
:
2
5
0px
;
float
:
left
;
height
:
100%
;
border-right
:
1px
solid
grey
;
...
...
@@ -142,7 +142,7 @@
overflow
:
hidden
;
}
.apiListForm
.api-right
{
width
:
calc
(
100%
-
2
4
1px
);
width
:
calc
(
100%
-
2
7
1px
);
float
:
left
;
height
:
100%
;
padding
:
0px
10px
;
...
...
web/src/main/resources/template/js/traditionpage/index.js
浏览文件 @
39fb47a4
...
...
@@ -83,14 +83,14 @@ layui.config({
initDeskTopMenuBox
();
// 加载菜单
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
login00
4
"
,
params
:{},
type
:
'
json
'
,
method
:
"
GET
"
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
reqBasePath
+
"
login00
5
"
,
params
:{},
type
:
'
json
'
,
method
:
"
GET
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
var
menuStr
;
$
.
each
(
json
.
rows
,
function
(
i
,
row
){
menuStr
=
""
;
if
(
row
.
menuIconType
===
'
1
'
){
//icon
if
(
row
.
menuIconType
===
1
){
//icon
row
.
icon
=
'
<i class="fa
'
+
row
.
icon
+
'
fa-fw"></i>
'
;
}
else
if
(
row
.
menuIconType
===
'
2
'
){
//图片
}
else
if
(
row
.
menuIconType
===
2
){
//图片
row
.
icon
=
'
<img src="
'
+
fileBasePath
+
row
.
menuIconPic
+
'
" />
'
;
}
if
(
languageType
==
'
cn
'
){
...
...
@@ -109,9 +109,9 @@ layui.config({
//二级菜单
if
(
!
isNull
(
row
.
childs
)){
$
.
each
(
row
.
childs
,
function
(
j
,
child
){
if
(
child
.
menuIconType
===
'
1
'
){
//icon
if
(
child
.
menuIconType
===
1
){
//icon
child
.
icon
=
'
<i class="fa
'
+
child
.
icon
+
'
fa-fw"></i>
'
;
}
else
if
(
child
.
menuIconType
===
'
2
'
){
//图片
}
else
if
(
child
.
menuIconType
===
2
){
//图片
child
.
icon
=
'
<img src="
'
+
fileBasePath
+
child
.
menuIconPic
+
'
" />
'
;
}
if
(
languageType
==
'
cn
'
){
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录