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
‘superliu’
3 years ago
Commit
5631b22cf8dd84f7afc4ddf1f13c83a19f2cef8f
1 parent
60d3e021
拓扑优化弹框 宽高80%
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
5631b22
...
...
@@ -1268,7 +1268,7 @@ layui.define(['xmSelect', 'md5'], function (exports) {
layer
.
open
({
title
:
'子拓扑'
,
type
:
2
,
area
:[
'
70%'
,
'9
0%'
],
area
:[
'
80%'
,
'8
0%'
],
content
:
obj
.
graphEditorOrigin
+
"/jgraph/grapheditor/viewer.html?access_token="
+
localStorage
.
getItem
(
'access_token'
)
+
'&id='
+
layHref
.
split
(
'='
)[
2
]
+
"&layout=organic"
,
})
// document.body.appendChild(alink);
...
...
Please
register
or
login
to post a comment