Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
0eee0196
authored
2020-10-13 10:50:25 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
表单样式提交
1 parent
5de7685d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/router/routes.js
src/router/routes.js
View file @
0eee019
...
...
@@ -52,11 +52,11 @@ const constantRoutes = [
code
:
'0-5'
,
component
:
()
=>
import
(
'@/views/panel/search/index'
)
},
//
{
//
path: '/zrz',
//
code: 'zrz',
//
component: () => import('@/views/zrz/index'),
//
},
{
path
:
'/zrz'
,
code
:
'zrz'
,
component
:
()
=>
import
(
'@/views/zrz/index'
),
},
{
path
:
'/zrz1'
,
code
:
'zrz1'
,
...
...
Please
register
or
sign in
to post a comment