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
Hide 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,67 +392,72 @@ export const asyncRouterMap = [{
}
]
},
{
path
:
'/purseManage'
,
component
:
Layout
,
name
:
'钱包管理'
,
icon
:
'setting'
,
authority
:
'purseManage'
,
children
:
[
{
path
:
'incomeOverview'
,
component
:
_import
(
'purseManage/incomeOverview'
),
name
:
'收益总览'
,
authority
:
'incomeOverview'
},
{
path
:
'gainRecord'
,
component
:
_import
(
'purseManage/gainRecord'
),
name
:
'收益记录'
,
authority
:
'gainRecord'
},
{
path
:
'commissionSettings'
,
component
:
_import
(
'purseManage/commissionSettings'
),
name
:
'佣金设置比例'
,
authority
:
'commissionSettings'
}
]
},
,
{
path
:
'/userManagement'
,
component
:
Layout
,
name
:
'用户管理'
,
icon
:
'setting'
,
authority
:
'userManagement'
,
children
:
[
{
path
:
'userList'
,
component
:
_import
(
'userManagement/userList/index'
),
name
:
'用户列表'
,
authority
:
'userList'
},
{
path
:
'memberManagement'
,
component
:
_import
(
'userManagement/memberManagement/index'
),
name
:
'会员管理'
,
authority
:
'memberManagement'
}
]
},
{
path
:
'/appManagement'
,
component
:
Layout
,
name
:
'app管理'
,
icon
:
'setting'
,
authority
:
'appManagement'
,
children
:
[
{
path
:
'appVersion'
,
component
:
_import
(
'appManagement/appVersion/index'
),
name
:
'app版本管理'
,
authority
:
'appVersion'
}
]
}
];
{
path
:
'/purseManage'
,
component
:
Layout
,
name
:
'钱包管理'
,
icon
:
'setting'
,
authority
:
'purseManage'
,
children
:
[
{
path
:
'incomeOverview'
,
component
:
_import
(
'purseManage/incomeOverview'
),
name
:
'收益总览'
,
authority
:
'incomeOverview'
},
{
path
:
'gainRecord'
,
component
:
_import
(
'purseManage/gainRecord'
),
name
:
'收益记录'
,
authority
:
'gainRecord'
},
{
path
:
'commissionSettings'
,
component
:
_import
(
'purseManage/commissionSettings'
),
name
:
'佣金设置比例'
,
authority
:
'commissionSettings'
}
]
},
{
path
:
'/userManagement'
,
component
:
Layout
,
name
:
'用户管理'
,
icon
:
'setting'
,
authority
:
'userManagement'
,
children
:
[
{
path
:
'userList'
,
component
:
_import
(
'userManagement/userList/index'
),
name
:
'用户列表'
,
authority
:
'userList'
},
{
path
:
'memberManagement'
,
component
:
_import
(
'userManagement/memberManagement/index'
),
name
:
'会员管理'
,
authority
:
'memberManagement'
},
{
path
:
'memberEnter'
,
component
:
_import
(
'userManagement/memberEnter'
),
name
:
'会员录入'
,
authority
:
'memberEnter'
}
]
},
{
path
:
'/appManagement'
,
component
:
Layout
,
name
:
'app管理'
,
icon
:
'setting'
,
authority
:
'appManagement'
,
children
:
[
{
path
:
'appVersion'
,
component
:
_import
(
'appManagement/appVersion/index'
),
name
:
'app版本管理'
,
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