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
2a5f80998ee3e6017134180b2e50c143c5414371
1 parent
eaaead8b
fix: 加载换肤
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/src/index.js
hg-monitor-web-base/src/main/resources/static/src/index.js
View file @
2a5f809
...
...
@@ -229,6 +229,9 @@ layui.extend({
if
(
href
.
indexOf
(
'?AuthKey='
)
!=
-
1
&&
href
.
indexOf
(
'&AuthVal='
)
!=
-
1
&&
pathURL
!==
'/page/forwardMj'
)
{
return
location
.
hash
=
"/page/forwardMj"
;
}
// 加载换肤
layui
.
use
(
'common'
,
()
=>
{
layui
.
common
.
loadTheme
()});
//跳转到告警页面
let
params
=
new
URLSearchParams
(
location
.
search
);
let
[
bizId
]
=
[
params
.
get
(
'bizId'
)];
...
...
Please
register
or
login
to post a comment