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
bec3376c
authored
2020-10-20 18:57:29 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复路由出错问题
1 parent
c35e886b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/router/routes.js
src/router/routes.js
View file @
bec3376
...
...
@@ -85,8 +85,8 @@ const constantRoutes = [
},
{
path
:
"/ljz"
,
name
:
"宗地"
,
code
:
"1-
5
"
,
name
:
"宗地
1
"
,
code
:
"1-
6
"
,
component
:
()
=>
import
(
"@/views/basic/ljz/index"
),
},
],
...
...
Please
register
or
sign in
to post a comment