mirror of
https://github.com/shawncai/ERP.git
synced 2024-12-29 11:33:05 +08:00
beyond 2.15修改
This commit is contained in:
parent
9637d37852
commit
e200666371
1 changed files with 6 additions and 6 deletions
|
@ -3129,12 +3129,12 @@ export const asyncRouterMap = [
|
||||||
name: 'collectAndPay',
|
name: 'collectAndPay',
|
||||||
meta: { title: 'collectAndPay', noCache: false, roles: ['311-314-367-4'] }
|
meta: { title: 'collectAndPay', noCache: false, roles: ['311-314-367-4'] }
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'collectAndPayDetail',
|
// path: 'collectAndPayDetail',
|
||||||
component: () => import('@/views/Financecount/collectAndPayDetail'),
|
// component: () => import('@/views/Financecount/collectAndPayDetail'),
|
||||||
name: 'collectAndPayDetail',
|
// name: 'collectAndPayDetail',
|
||||||
meta: { title: 'collectAndPayDetail', noCache: false, roles: ['311-314-368-4'] }
|
// meta: { title: 'collectAndPayDetail', noCache: false, roles: ['311-314-368-4'] }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'expensesSummary',
|
path: 'expensesSummary',
|
||||||
component: () => import('@/views/Financecount/expensesSummary'),
|
component: () => import('@/views/Financecount/expensesSummary'),
|
||||||
|
|
Loading…
Reference in a new issue