Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b00b06ce
authored
2023-01-31 09:27:13 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:菜单
1 parent
d7968354
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/router/index.js
src/router/index.js
View file @
b00b06c
...
...
@@ -56,13 +56,14 @@ export const asyncRoutes = [
}
]
},
// 接收报文查询
//
//
接收报文查询
{
path
:
'/jsbwcx'
,
component
:
Layout
,
children
:
[
{
path
:
'index'
,
component
:
()
=>
import
(
'@/views/jsbwcx/index'
),
name
:
'jsbwcx'
,
meta
:
{
title
:
'接收报文查询'
,
icon
:
'zsgl'
}
}
...
...
@@ -325,7 +326,7 @@ export const asyncRoutes = [
const
createRouter
=
()
=>
new
Router
({
scrollBehavior
:
()
=>
({
y
:
0
}),
routes
:
[...
constantRoutes
,
...
asyncRoutes
]
routes
:
[...
constantRoutes
]
})
const
router
=
createRouter
()
...
...
Please
register
or
sign in
to post a comment