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
wangtao
2 years ago
Commit
cdf9ed3a7e48be9654366ba96259a1b8a63bb2fc
1 parent
4d0527e3
chore: 拓扑绑定指标优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/pageForwardMJ.js
hg-monitor-web-base/src/main/resources/static/src/controller/pageForwardMJ.js
View file @
cdf9ed3
...
...
@@ -102,6 +102,8 @@ layui.define(['sessions', 'form', 'common'], function (exports) {
var
flag
=
map
.
editFlag
;
if
(
flag
){
localStorage
.
setItem
(
"editFlag"
,
flag
);
}
else
{
localStorage
.
setItem
(
"editFlag"
,
false
);
}
}
...
...
Please
register
or
login
to post a comment