2023-12-03 15:48:43 +08:00
|
|
|
export const list:any = [
|
2023-12-03 14:23:45 +08:00
|
|
|
{
|
|
|
|
|
name: "staticDefault_PathParent",
|
|
|
|
|
path: 'staticDefault_PathParent',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '配置管理',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'swiperConfig',
|
|
|
|
|
name: 'swiperConfig',
|
|
|
|
|
component: 'views/configuration/swiperConfig.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '轮播图配置',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'specialInformationConfiguration',
|
|
|
|
|
name: 'specialInformationConfiguration',
|
2023-12-04 19:10:26 +08:00
|
|
|
component: 'views/configuration/specialInformationConfiguration/index.vue',
|
2023-12-03 14:23:45 +08:00
|
|
|
meta: {
|
|
|
|
|
title: '专题资讯配置',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'privacyAgreement',
|
|
|
|
|
name: 'privacyAgreement',
|
2023-12-04 19:10:26 +08:00
|
|
|
component: 'views/configuration/privacyAgreement/index.vue',
|
2023-12-03 14:23:45 +08:00
|
|
|
meta: {
|
|
|
|
|
title: '隐私协议模板管理',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "企业管理",
|
|
|
|
|
path: '',
|
|
|
|
|
meta: {
|
2023-12-04 19:10:26 +08:00
|
|
|
title: '企业管理',
|
2023-12-03 14:23:45 +08:00
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
},
|
|
|
|
|
children: [
|
2023-12-04 19:10:26 +08:00
|
|
|
|
2023-12-03 14:23:45 +08:00
|
|
|
|
|
|
|
|
{
|
|
|
|
|
path: 'enterpriseType',
|
|
|
|
|
name: 'configuration',
|
|
|
|
|
component: 'views/enterpriseManagement/enterpriseType.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '企业类型',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'enterpriseEntryReview',
|
|
|
|
|
name: 'enterpriseEntryReview',
|
|
|
|
|
component: 'views/enterpriseManagement/enterpriseEntryReview.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '企业入驻审核',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'businessReview',
|
|
|
|
|
name: 'businessReview',
|
|
|
|
|
component: 'views/enterpriseManagement/businessReview.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '企业业务开通审核',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'enterpriseInfo',
|
|
|
|
|
name: 'enterpriseInfo',
|
|
|
|
|
component: 'views/enterpriseManagement/enterpriseInfo.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '企业信息',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|