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
c7430fdaea332ccee9dfbb2ef4b10719d6a0c0c8
1 parent
71a1c733
qh ping详情路由
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 @
c7430fd
...
...
@@ -210,6 +210,12 @@ const routes = [{
name
:
'cmdbdatasync'
,
component
:
()
=>
myImport
(
'views/cmdbdatasync/index'
),
},
//ping详情列表
{
path
:
'/ping'
,
name
:
'pingIndex'
,
component
:
()
=>
myImport
(
'views/ping/index'
),
},
];
// hash模式: createWebHashHistory
...
...
Please
register
or
login
to post a comment