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
XuHaoJie
3 years ago
Commit
62e6c9d68f7c8c9eeb9ed8a95db44c9c8a40dbe3
1 parent
dec93ff3
通用-AJ配置-详情页优化
Show 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/commonCols.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonCols.js
View file @
62e6c9d
...
...
@@ -4904,7 +4904,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
let
configAG
=
map
.
value
?
map
.
value
[
0
]:{};
var
area
=
[
'90%'
,
'90%'
];
if
(
!
title
){
title
=
"信息"
;
}
let
AJUrl
=
sessionStorage
.
getItem
(
"ajWeb"
)
+
'/#/'
+
configAG
.
param
+
'&access_token='
+
localStorage
.
getItem
(
"access_token"
);
let
AJUrl
=
sessionStorage
.
getItem
(
"ajWeb"
)
+
'/#/'
+
configAG
.
param
?
configAG
.
param
:
''
+
'&access_token='
+
localStorage
.
getItem
(
"access_token"
);
layer
.
open
({
type
:
2
,
id
:
'config_aj_id'
//设定一个id,防止重复弹出
...
...
Please
register
or
login
to post a comment