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
a9898fae49eff41ab8a6a47df8e8a8e1629da3dd
1 parent
45dc6fda
代码合并
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/router/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/router/index.js
View file @
a9898fa
...
...
@@ -117,7 +117,7 @@ const routes = [{
},
{
path
:
'/analysis/view'
,
name
:
'
v
iew'
,
name
:
'
analysisV
iew'
,
component
:
()
=>
myImport
(
'views/analysis/view/index'
)
},
{
...
...
@@ -125,9 +125,6 @@ const routes = [{
name
:
'faultIndex'
,
// component: () => myImport('views/faultDiagnosis/index')
component
:
()
=>
myImport
(
'views/faultDiagnosis/components/faultForm/index'
)
name
:
'view'
,
component
:
()
=>
myImport
(
'views/faultDiagnosis/index'
)
},
{
path
:
'/fault/faultForm'
,
...
...
Please
register
or
login
to post a comment