Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcsjsb-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
3b538895
authored
2023-06-26 11:23:05 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:路由
1 parent
57334bfb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/router/index.js
src/router/index.js
View file @
3b53889
...
...
@@ -41,13 +41,13 @@ export const asyncRoutes = [
{
path
:
'/'
,
component
:
Layout
,
redirect
:
'/
home
'
,
redirect
:
'/
qxjr
'
,
meta
:
{
title
:
'区县接入'
,
icon
:
'qxjr'
},
children
:
[
{
path
:
'
home
'
,
path
:
'
qxjr
'
,
component
:
()
=>
import
(
'@/views/jsbwcx/index'
),
name
:
'
home
'
,
name
:
'
qxjr
'
,
meta
:
{
title
:
'区县接入'
,
icon
:
'zsgl'
}
}
]
...
...
Please
register
or
sign in
to post a comment