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
aecd1ce360442e5eb9f9871f56c8f9dea9d16877
1 parent
cdf9ed3a
chore: 业务跳转404修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/main-biz-card.js
hg-monitor-web-base/src/main/resources/static/src/controller/main-biz-card.js
View file @
aecd1ce
...
...
@@ -299,8 +299,8 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions
window
.
parent
.
postMessage
({
type
:
'custom-jump-menu-event'
,
message
:
{
'path'
:
'Monitoringmanagement/Monitoringview/Listview'
,
'type'
:
"JumpToMenu"
'path'
:
''
,
'type'
:
"JumpToListView"
}
},
'*'
)
}
...
...
@@ -329,8 +329,8 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions
window
.
parent
.
postMessage
({
type
:
'custom-jump-menu-event'
,
message
:
{
'path'
:
'Alarmcenter/Alarmmanagement'
,
'type'
:
"JumpToMenu"
'path'
:
''
,
'type'
:
"JumpToAlarmManagement"
}
},
'*'
)
}
...
...
Please
register
or
login
to post a comment