|
@@ -225,8 +225,64 @@ const routes = [
|
|
|
meta: { title: '产品供求交易状态审核管理详情', isleftarrow: true },
|
|
|
component: () => import('../views/adminCenter/transaction/detail.vue'),
|
|
|
},
|
|
|
-
|
|
|
- ,
|
|
|
+ // 展会负责人个人中心
|
|
|
+ // 展会管理
|
|
|
+ {
|
|
|
+ path: '/dockCenter/dockInfo/index',
|
|
|
+ name: 'dockCenter_index',
|
|
|
+ meta: { title: '展会管理', isleftarrow: true },
|
|
|
+ component: () => import('../views/dockCenter/dockInfo/index.vue'),
|
|
|
+ },
|
|
|
+ // 申请管理
|
|
|
+ {
|
|
|
+ path: '/dockCenter/applyInfo/index',
|
|
|
+ name: 'dockCenter_index',
|
|
|
+ meta: { title: '申请管理', isleftarrow: true },
|
|
|
+ component: () => import('../views/dockCenter/applyInfo/index.vue'),
|
|
|
+ },
|
|
|
+ // VIP用户
|
|
|
+ {
|
|
|
+ path: '/dockCenter/vipInfo/index',
|
|
|
+ name: 'dockCenter_index',
|
|
|
+ meta: { title: 'VIP用户', isleftarrow: true },
|
|
|
+ component: () => import('../views/dockCenter/vipInfo/index.vue'),
|
|
|
+ },
|
|
|
+ // 交易备案
|
|
|
+ {
|
|
|
+ path: '/dockCenter/transaction/index',
|
|
|
+ name: 'dockCenter_index',
|
|
|
+ meta: { title: '交易备案', isleftarrow: true },
|
|
|
+ component: () => import('../views/dockCenter/transaction/index.vue'),
|
|
|
+ },
|
|
|
+ // 统计报表
|
|
|
+ {
|
|
|
+ path: '/dockCenter/statisInfo/index',
|
|
|
+ name: 'dockCenter_index',
|
|
|
+ meta: { title: '统计报表', isleftarrow: true },
|
|
|
+ component: () => import('../views/dockCenter/statisInfo/index.vue'),
|
|
|
+ },
|
|
|
+ // 动态监测
|
|
|
+ {
|
|
|
+ path: '/dockCenter/dynamicInfo/index',
|
|
|
+ name: 'dockCenter_index',
|
|
|
+ meta: { title: '动态监测', isleftarrow: true },
|
|
|
+ component: () => import('../views/dockCenter/dynamicInfo/index.vue'),
|
|
|
+ },
|
|
|
+ // 展会VIP用户-个人中心
|
|
|
+ // 统计报表
|
|
|
+ {
|
|
|
+ path: '/vipDockCenter/statisInfo/index',
|
|
|
+ name: 'vipDockCenter_index',
|
|
|
+ meta: { title: '统计报表', isleftarrow: true },
|
|
|
+ component: () => import('../views/vipDockCenter/statisInfo/index.vue'),
|
|
|
+ },
|
|
|
+ // 动态监测
|
|
|
+ {
|
|
|
+ path: '/vipDockCenter/dynamicInfo/index',
|
|
|
+ name: 'vipDockCenter_index',
|
|
|
+ meta: { title: '动态监测', isleftarrow: true },
|
|
|
+ component: () => import('../views/vipDockCenter/dynamicInfo/index.vue'),
|
|
|
+ },
|
|
|
];
|
|
|
|
|
|
const router = new VueRouter({
|