Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
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
fengzhaoyu
mingPayPc
Commits
1554a45c
Commit
1554a45c
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
管理员修改
parent
31983ebc
master
…
ISV
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
router.js
src/router.js
+2
-2
No files found.
src/router.js
View file @
1554a45c
...
@@ -37,13 +37,13 @@ export default new Router({
...
@@ -37,13 +37,13 @@ export default new Router({
{
{
path
:
'/cashierManagement'
,
path
:
'/cashierManagement'
,
name
:
'cashierManagement'
,
name
:
'cashierManagement'
,
meta
:
{
title
:
'支付管理/
收银员管理
'
},
meta
:
{
title
:
'支付管理/
设置收银员
'
},
component
:
resolve
=>
require
([
'./components/pages/PaymentManagement/CashierManagement.vue'
],
resolve
)
component
:
resolve
=>
require
([
'./components/pages/PaymentManagement/CashierManagement.vue'
],
resolve
)
},
},
{
{
path
:
'/SetAdministrators'
,
path
:
'/SetAdministrators'
,
name
:
'SetAdministrators'
,
name
:
'SetAdministrators'
,
meta
:
{
title
:
'支付管理/
收银员管理
'
},
meta
:
{
title
:
'支付管理/
设置管理员
'
},
component
:
resolve
=>
require
([
'./components/pages/PaymentManagement/SetAdministrators.vue'
],
resolve
)
component
:
resolve
=>
require
([
'./components/pages/PaymentManagement/SetAdministrators.vue'
],
resolve
)
},
},
{
{
...
...
This diff is collapsed.
Click to expand it.
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