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
Plain Diff
Browse Files
Authored by
王涛
4 years ago
Commit
ee8837155a8d23a4d49ce42289ee276e3be90ef2
2 parents
fa5323e3
31d83b5d
Merge branch 'master' of
http://192.168.1.136:82/monitor_v3/hg-monitor-web
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/orgAdd.js
hg-monitor-web-tj/src/main/resources/application.yml
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
ee88371
...
...
@@ -3178,7 +3178,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
var
$content
=
$
(
`#
$
{
targetId
}
`
).
clone
();
$content
.
find
(
'[lay-tips]'
).
removeAttr
(
'lay-tips'
);
detailTips
=
layer
.
tips
(
$content
.
removeClass
(
'hide'
).
prop
(
"outerHTML"
),
that
,{
area
:[
w
,
'auto'
],
time
:
0
,
tips
:
[
direction
],
tipsMore
:
true
});
detailTips
=
layer
.
tips
(
$content
.
removeClass
(
'hide'
).
prop
(
"outerHTML"
),
that
,{
id
:
'base-info-tips'
,
area
:[
w
,
'auto'
],
time
:
0
,
tips
:
[
direction
],
tipsMore
:
true
});
window
.
detailTips
=
detailTips
;
});
// ,function () {
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/orgAdd.js
View file @
ee88371
...
...
@@ -91,7 +91,7 @@ layui.define(['table', 'form', 'laydate', 'common','sessions','xmSelect','laydat
},
height
:
'auto'
,
data
(){
return
[{
name
:
"root"
,
value
:
"root"
,
disabled
:
true
,
children
:
listData
}]
return
[{
name
:
"root"
,
value
:
"root"
,
children
:
listData
}]
}
})
...
...
hg-monitor-web-tj/src/main/resources/application.yml
View file @
ee88371
...
...
@@ -12,7 +12,7 @@ server:
key-store-password
:
Hg0801..
key-password
:
Hg0801..
url
:
gateway
:
http://1
92.168.0.4
1:8080
gateway
:
http://1
27.0.0.
1:8080
inspection_web
:
http://127.0.0.1:8082
assetsweb
:
http://127.0.0.1:8082
mxgraph_editor
:
http://127.0.0.1:8085
...
...
Please
register
or
login
to post a comment