4 changed files with 31 additions and 31 deletions
-
4src/components/ModulesMenu/allMenus.vue
-
50src/components/ModulesMenu/modulesOfRouter.js
-
4src/views/order/createOrder.vue
-
4src/views/order/enterprise.vue
@ -1,102 +1,102 @@ |
|||||
export const modulesOfRouter = [ |
export const modulesOfRouter = [ |
||||
{ |
{ |
||||
id: 'mall', |
id: 'mall', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'mall-marketing', |
id: 'mall-marketing', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'mdp-arc', |
id: 'mdp-arc', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'mdp-sys', |
id: 'mdp-sys', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-asset', |
id: 'oa-asset', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-attendance', |
id: 'oa-attendance', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-car', |
id: 'oa-car', |
||||
router: '', |
|
||||
|
path: '', |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-contract', |
id: 'oa-contract', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-customer', |
id: 'oa-customer', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-file', |
id: 'oa-file', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-finance', |
id: 'oa-finance', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-meeting', |
id: 'oa-meeting', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-office', |
id: 'oa-office', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-performance', |
id: 'oa-performance', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-schedule', |
id: 'oa-schedule', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-seal', |
id: 'oa-seal', |
||||
router: '', |
|
||||
|
path: '', |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'oa-supervision', |
id: 'oa-supervision', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'xm-analysis', |
id: 'xm-analysis', |
||||
router: 'reportIndex', |
|
||||
|
path: 'reportIndex', |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'xm-development', |
id: 'xm-development', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'xm-pipeline', |
id: 'xm-pipeline', |
||||
router: '' |
|
||||
|
path: '' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'xm-product', |
id: 'xm-product', |
||||
router: 'XmProductAllMng' |
|
||||
|
path: '/xm/core/xmProduct/XmProductAllMng' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'xm-project', |
id: 'xm-project', |
||||
router: 'xmProjectAllMng' |
|
||||
|
path: 'xmProjectAllMng' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'xm-test', |
id: 'xm-test', |
||||
router: 'XmQuestionAdd' |
|
||||
|
path: 'XmQuestionAdd' |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'xm-workload', |
id: 'xm-workload', |
||||
router: 'XmTaskWorkloadInfoMy', |
|
||||
|
path: 'XmTaskWorkloadInfoMy', |
||||
}, |
}, |
||||
{ |
{ |
||||
id: 'xm-crowd', |
id: 'xm-crowd', |
||||
router: '', |
|
||||
|
path: '', |
||||
} |
} |
||||
] |
] |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue