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
b20bb71325b08ef3217df49dcadd02e272558594
1 parent
627fe5b0
wangEditor富文本框引入到项目中
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/router/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/router/index.js
View file @
b20bb71
...
...
@@ -78,6 +78,11 @@ const routes = [{
name
:
'ajConfigView'
,
component
:
()
=>
myImport
(
'views/ajConfig/view/index'
)
},
{
path
:
'/alarmsClearEditor'
,
name
:
'alarmsClearEditor'
,
component
:
()
=>
myImport
(
'views/alarmsClearEditor/index'
),
},
];
// hash模式: createWebHashHistory
...
...
Please
register
or
login
to post a comment