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
07f033f04b47d0e0ef5c9bdf0f7b3970cfd157ab
1 parent
ed7177c9
日志路由
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 @
07f033f
...
...
@@ -198,6 +198,12 @@ const routes = [{
name
:
'busDoc'
,
component
:
()
=>
myImport
(
'views/busDoc/index'
)
},
//日志
{
path
:
'/esData'
,
name
:
'esDataIndex'
,
component
:
()
=>
myImport
(
'views/esData/index'
),
},
];
// hash模式: createWebHashHistory
...
...
Please
register
or
login
to post a comment