You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
1.6 KiB
102 lines
1.6 KiB
export const modulesOfRouter = [
|
|
{
|
|
id: 'mall',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'mall-marketing',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'mdp-arc',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'mdp-sys',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-asset',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-attendance',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-car',
|
|
router: '',
|
|
},
|
|
{
|
|
id: 'oa-contract',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-customer',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-file',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-finance',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-meeting',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-office',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-performance',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-schedule',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'oa-seal',
|
|
router: '',
|
|
},
|
|
{
|
|
id: 'oa-supervision',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'xm-analysis',
|
|
router: 'reportIndex',
|
|
},
|
|
{
|
|
id: 'xm-development',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'xm-pipeline',
|
|
router: ''
|
|
},
|
|
{
|
|
id: 'xm-product',
|
|
router: 'XmProductAllMng'
|
|
},
|
|
{
|
|
id: 'xm-project',
|
|
router: 'xmProjectAllMng'
|
|
},
|
|
{
|
|
id: 'xm-test',
|
|
router: 'XmQuestionAdd'
|
|
},
|
|
{
|
|
id: 'xm-workload',
|
|
router: 'XmTaskWorkloadInfoMy',
|
|
},
|
|
{
|
|
id: 'xm-crowd',
|
|
router: '',
|
|
}
|
|
]
|