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
a2716207
Commit
a2716207
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
router 判断
parent
e0438335
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
CanteenManagementHome.vue
...ponents/pages/CanteenManagement/CanteenManagementHome.vue
+4
-0
PaymentManagementHome.vue
...ponents/pages/PaymentManagement/PaymentManagementHome.vue
+7
-0
rightsManagementHome.vue
...omponents/pages/rightsManagement/rightsManagementHome.vue
+1
-0
No files found.
src/components/pages/CanteenManagement/CanteenManagementHome.vue
View file @
a2716207
...
@@ -43,12 +43,16 @@ export default {
...
@@ -43,12 +43,16 @@ export default {
this
.
defaultSelectedKeys
=
this
.
$route
.
name
this
.
defaultSelectedKeys
=
this
.
$route
.
name
this
.
chooseMenuList
=
this
.
$route
.
name
this
.
chooseMenuList
=
this
.
$route
.
name
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'4100'
)
>
-
1
)
{
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'4100'
)
>
-
1
)
{
router
.
push
({
path
:
'/classificationOfDishes'
})
this
.
chooseMenuList
=
'classificationOfDishes'
this
.
chooseMenuList
=
'classificationOfDishes'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'4200'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'4200'
)
>
-
1
)
{
router
.
push
({
path
:
'/menuManagement'
})
this
.
chooseMenuList
=
'menuManagement'
this
.
chooseMenuList
=
'menuManagement'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'4300'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'4300'
)
>
-
1
)
{
router
.
push
({
path
:
'/consumptionOrder'
})
this
.
chooseMenuList
=
'consumptionOrder'
this
.
chooseMenuList
=
'consumptionOrder'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'4400'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'4400'
)
>
-
1
)
{
router
.
push
({
path
:
'/consumptionStatistics'
})
this
.
chooseMenuList
=
'consumptionStatistics'
this
.
chooseMenuList
=
'consumptionStatistics'
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/PaymentManagementHome.vue
View file @
a2716207
...
@@ -38,18 +38,25 @@ export default {
...
@@ -38,18 +38,25 @@ export default {
this
.
defaultSelectedKeys
=
this
.
$route
.
name
this
.
defaultSelectedKeys
=
this
.
$route
.
name
this
.
chooseMenuList
=
this
.
$route
.
name
this
.
chooseMenuList
=
this
.
$route
.
name
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3100'
)
>
-
1
)
{
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3100'
)
>
-
1
)
{
router
.
push
({
path
:
'/accountManagement'
})
this
.
chooseMenuList
=
'accountManagement'
this
.
chooseMenuList
=
'accountManagement'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3200'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3200'
)
>
-
1
)
{
router
.
push
({
path
:
'/rechargeRecord'
})
this
.
chooseMenuList
=
'rechargeRecord'
this
.
chooseMenuList
=
'rechargeRecord'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3300'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3300'
)
>
-
1
)
{
router
.
push
({
path
:
'/allowancePayment'
})
this
.
chooseMenuList
=
'allowancePayment'
this
.
chooseMenuList
=
'allowancePayment'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3400'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3400'
)
>
-
1
)
{
router
.
push
({
path
:
'/recordsOfConsumption'
})
this
.
chooseMenuList
=
'recordsOfConsumption'
this
.
chooseMenuList
=
'recordsOfConsumption'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3500'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3500'
)
>
-
1
)
{
router
.
push
({
path
:
'/systemReconciliation'
})
this
.
chooseMenuList
=
'systemReconciliation'
this
.
chooseMenuList
=
'systemReconciliation'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3600'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3600'
)
>
-
1
)
{
router
.
push
({
path
:
'/paymentManagementSetting'
})
this
.
chooseMenuList
=
'paymentManagementSetting'
this
.
chooseMenuList
=
'paymentManagementSetting'
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3700'
)
>
-
1
)
{
}
else
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'3700'
)
>
-
1
)
{
router
.
push
({
path
:
'/operationLog'
})
this
.
chooseMenuList
=
'operationLog'
this
.
chooseMenuList
=
'operationLog'
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/rightsManagement/rightsManagementHome.vue
View file @
a2716207
...
@@ -34,6 +34,7 @@ export default {
...
@@ -34,6 +34,7 @@ export default {
this
.
defaultSelectedKeys
=
this
.
$route
.
name
this
.
defaultSelectedKeys
=
this
.
$route
.
name
this
.
chooseMenuList
=
this
.
$route
.
name
this
.
chooseMenuList
=
this
.
$route
.
name
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'9100'
)
>
-
1
)
{
if
(
this
.
$store
.
state
.
menuList
.
indexOf
(
'9100'
)
>
-
1
)
{
router
.
push
({
path
:
'/rightsManagement'
})
this
.
chooseMenuList
=
'rightsManagement'
this
.
chooseMenuList
=
'rightsManagement'
}
}
},
},
...
...
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