2023-12-05 14:05:20 +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: "企业管理",
|
2023-12-05 14:05:20 +08:00
|
|
|
path: 'enterpriseTypeManage',
|
2023-12-03 14:23:45 +08:00
|
|
|
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-05 14:05:20 +08:00
|
|
|
|
2023-12-03 14:23:45 +08:00
|
|
|
|
|
|
|
|
{
|
|
|
|
|
path: 'enterpriseType',
|
|
|
|
|
name: 'configuration',
|
2023-12-05 14:05:20 +08:00
|
|
|
component: 'views/enterpriseManagement/enterpriseType/index.vue',
|
2023-12-03 14:23:45 +08:00
|
|
|
meta: {
|
|
|
|
|
title: '企业类型',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'enterpriseEntryReview',
|
|
|
|
|
name: 'enterpriseEntryReview',
|
2023-12-05 14:05:20 +08:00
|
|
|
component: 'views/enterpriseManagement/enterpriseEntryReview/index.vue',
|
2023-12-03 14:23:45 +08:00
|
|
|
meta: {
|
|
|
|
|
title: '企业入驻审核',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'businessReview',
|
|
|
|
|
name: 'businessReview',
|
2023-12-05 14:05:20 +08:00
|
|
|
component: 'views/enterpriseManagement/businessReview/index.vue',
|
2023-12-03 14:23:45 +08:00
|
|
|
meta: {
|
|
|
|
|
title: '企业业务开通审核',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'enterpriseInfo',
|
|
|
|
|
name: 'enterpriseInfo',
|
2023-12-05 14:05:20 +08:00
|
|
|
component: 'views/enterpriseManagement/enterpriseInfo/index.vue',
|
2023-12-03 14:23:45 +08:00
|
|
|
meta: {
|
|
|
|
|
title: '企业信息',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
2023-12-05 14:05:20 +08:00
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "企业装备管理",
|
|
|
|
|
path: 'enterpriseEquipmentManage',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '企业装备管理',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'equipmentTypeTemplate',
|
|
|
|
|
name: 'equipmentTypeTemplate',
|
|
|
|
|
component: 'views/enterpriseEquipmentManage/equipmentTypeTemplate/index.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '装备类型模板',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
path: 'equipmentListingApproval',
|
|
|
|
|
name: 'equipmentListingApproval',
|
|
|
|
|
component: 'views/enterpriseEquipmentManage/equipmentListingApproval/index.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '装备上架审批',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
// iotEquipmentManagement
|
|
|
|
|
{
|
|
|
|
|
path: 'iotEquipmentManagement',
|
|
|
|
|
name: 'iotEquipmentManagement',
|
|
|
|
|
component: 'views/enterpriseEquipmentManage/iotEquipmentManagement/index.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: 'iot设备管理',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-12-03 14:23:45 +08:00
|
|
|
]
|
2023-12-05 15:13:45 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "orderManagement",
|
|
|
|
|
path: 'orderManagement',
|
|
|
|
|
component: 'views/orderManagement/index.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '订单管理',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
},
|
|
|
|
|
children: []
|
2023-12-05 16:51:34 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "systemManage",
|
|
|
|
|
path: 'systemManage',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '系统管理',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'systemVersion',
|
|
|
|
|
name: 'systemVersion',
|
|
|
|
|
component: 'views/systemManage/systemVersion/index.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '系统版本管理',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'userManage',
|
|
|
|
|
name: 'userManage',
|
|
|
|
|
component: 'views/systemManage/userManage/index.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '用户管理',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
} ,
|
|
|
|
|
{
|
|
|
|
|
path: 'systemLog',
|
|
|
|
|
name: 'systemLog',
|
|
|
|
|
component: 'views/systemManage/systemLog/index.vue',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '系统日志',
|
|
|
|
|
keepAlive: true,
|
|
|
|
|
AuthFlag: true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-12-03 14:23:45 +08:00
|
|
|
}
|
2023-12-05 14:05:20 +08:00
|
|
|
|
|
|
|
|
]
|