Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform-ui
Commits
5d34246b
Commit
5d34246b
authored
Jul 20, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员录入-路由
parent
59899f38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
64 deletions
+75
-64
index.js
src/router/index.js
+75
-64
No files found.
src/router/index.js
View file @
5d34246b
...
...
@@ -335,6 +335,12 @@ export const asyncRouterMap = [{
component
:
_import
(
'vehicle/vehicleUpkeepLog/index'
),
name
:
'车辆保养记录'
,
authority
:
'vehicleUpkeepLog'
},
{
path
:
'vehicleSchedulManage'
,
component
:
_import
(
'vehicle/vehicleSchedulManage/index'
),
name
:
'车辆排班管理'
,
authority
:
'vehicleSchedulManage'
}
]
},
...
...
@@ -386,7 +392,7 @@ export const asyncRouterMap = [{
}
]
},
{
{
path
:
'/purseManage'
,
component
:
Layout
,
name
:
'钱包管理'
,
...
...
@@ -412,8 +418,8 @@ export const asyncRouterMap = [{
authority
:
'commissionSettings'
}
]
},
,
{
},
{
path
:
'/userManagement'
,
component
:
Layout
,
name
:
'用户管理'
,
...
...
@@ -431,10 +437,16 @@ export const asyncRouterMap = [{
component
:
_import
(
'userManagement/memberManagement/index'
),
name
:
'会员管理'
,
authority
:
'memberManagement'
}
]
},
{
path
:
'memberEnter'
,
component
:
_import
(
'userManagement/memberEnter'
),
name
:
'会员录入'
,
authority
:
'memberEnter'
}
]
},
{
path
:
'/appManagement'
,
component
:
Layout
,
name
:
'app管理'
,
...
...
@@ -448,5 +460,4 @@ export const asyncRouterMap = [{
authority
:
'appVersion'
}
]
}
];
}];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment