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
王涛
3 years ago
Commit
1242c894b60f954e7a0bd53fdedf1bfa645b355d
1 parent
35c66a77
修改topo弹框展示异常
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/common.js
hg-monitor-web-base/src/main/resources/static/src/controller/common.js
View file @
1242c89
...
...
@@ -1269,8 +1269,8 @@ layui.define(['xmSelect', 'md5'], function (exports) {
layer
.
open
({
title
:
response
.
object
.
topoName
,
type
:
2
,
area
:[
'80%'
,
'80%'
],
content
:
obj
.
graphEditorOrigin
+
"/jgraph/grapheditor/viewer.html?access_token="
+
localStorage
.
getItem
(
'access_token'
)
+
'&id='
+
layHref
.
split
(
'='
)[
2
]
+
"&layout=organic"
,
area
:[
'90%'
,
'90%'
],
content
:
obj
.
graphEditorOrigin
+
"/jgraph/grapheditor/viewer.html?access_token="
+
localStorage
.
getItem
(
'access_token'
)
+
'&id='
+
layHref
.
split
(
'='
)[
2
]
,
//+ "&layout=organic",
})
},
error
()
{
...
...
Please
register
or
login
to post a comment