Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张凯
2021-12-08 17:08:31 +0800
Commit
db2775693c2d6bf9e73f47d62df49e945892c67b
1 parent
72c0057c
杭州-资源收藏选择收藏夹,默认全部展开,只能选择叶子文件夹
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/bizreslist.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/domainindex.js
hg-monitor-web-base/src/main/resources/static/src/controller/globalSearch.js
hg-monitor-web-base/src/main/resources/static/src/controller/resManageIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/bizreslist.js
View file @
db27756
...
...
@@ -758,7 +758,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm
showFolderIcon
:
true
,
showLine
:
true
,
indent
:
20
,
expandedKeys
:
[
-
3
]
,
expandedKeys
:
true
,
strict
:
false
},
data
:
data
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
db27756
...
...
@@ -3159,7 +3159,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
showFolderIcon
:
true
,
showLine
:
true
,
indent
:
20
,
expandedKeys
:
[
-
3
]
,
expandedKeys
:
true
,
strict
:
false
},
data
:
response
.
data
,
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/domainindex.js
View file @
db27756
...
...
@@ -1618,7 +1618,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'treeTable'
showFolderIcon
:
true
,
showLine
:
true
,
indent
:
20
,
expandedKeys
:
[
-
3
]
,
expandedKeys
:
true
,
strict
:
false
},
data
:
data
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/globalSearch.js
View file @
db27756
...
...
@@ -210,7 +210,7 @@ layui.define(['admin', 'table', 'common', 'sessions', 'form'], function (exports
showFolderIcon
:
true
,
showLine
:
true
,
indent
:
20
,
expandedKeys
:
[
-
3
]
,
expandedKeys
:
true
,
strict
:
false
},
data
:
data
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/resManageIndex.js
View file @
db27756
...
...
@@ -950,7 +950,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form',
showFolderIcon
:
true
,
showLine
:
true
,
indent
:
20
,
expandedKeys
:
[
-
3
]
,
expandedKeys
:
true
,
strict
:
false
},
data
:
data
...
...
Please
register
or
login
to post a comment