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
王涛
3 years ago
Commit
6dd0d1a95e06953158c8a8e3c1b06c2edb2fa62c
1 parent
be09471f
CMDB数据同步路由
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
hg-monitor-web-qh/src/main/resources/static/vue3/src/router/index.js
hg-monitor-web-qh/src/main/resources/static/vue3/src/router/index.js
View file @
6dd0d1a
...
...
@@ -204,6 +204,12 @@ const routes = [{
name
:
'esDataIndex'
,
component
:
()
=>
myImport
(
'views/esData/index'
),
},
//监控对接CMDB功能
{
path
:
'/cmdbdatasync'
,
name
:
'cmdbdatasync'
,
component
:
()
=>
myImport
(
'views/cmdbdatasync/index'
),
},
];
// hash模式: createWebHashHistory
...
...
Please
register
or
login
to post a comment