Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
ant-admin-pro
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
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit efc351cb
authored
2018-01-23 14:30:55 +0800
by
ethanlamzs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
重新编写对应的路径
1 parent
9fd72756
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/common/menu.js
src/common/router.js
src/common/menu.js
View file @
efc351c
...
@@ -125,7 +125,7 @@ const menuData = [{
...
@@ -125,7 +125,7 @@ const menuData = [{
path
:
'devutil'
,
path
:
'devutil'
,
children
:
[{
children
:
[{
name
:
'企业号'
,
name
:
'企业号'
,
path
:
'
linkmanadm
'
,
path
:
'
schoollist
'
,
}],
}],
}
}
,{
,{
...
...
src/common/router.js
View file @
efc351c
...
@@ -159,7 +159,7 @@ export const getRouterData = (app) => {
...
@@ -159,7 +159,7 @@ export const getRouterData = (app) => {
'/user/register-result'
:
{
'/user/register-result'
:
{
component
:
dynamicWrapper
(
app
,
[],
()
=>
import
(
'../routes/User/RegisterResult'
)),
component
:
dynamicWrapper
(
app
,
[],
()
=>
import
(
'../routes/User/RegisterResult'
)),
},
},
'/devutil/
linkmanadm
'
:
{
'/devutil/
schoollist
'
:
{
component
:
dynamicWrapper
(
app
,
[
'schools'
],
()
=>
import
(
'../routes/devutil/schoollist'
)),
component
:
dynamicWrapper
(
app
,
[
'schools'
],
()
=>
import
(
'../routes/devutil/schoollist'
)),
},
},
// '/user/:id': {
// '/user/:id': {
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment