|
@@ -895,6 +895,23 @@ const router = new Router({
|
|
icon: 'el-icon-question',
|
|
icon: 'el-icon-question',
|
|
requiresAuth: true,
|
|
requiresAuth: true,
|
|
},
|
|
},
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/personnel', // 团队最新定位
|
|
|
|
+ component: Layout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '团队最新定位',
|
|
|
|
+ requiresAuth: true,
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/personnel/team',
|
|
|
|
+ component: () => import('@/apps/mobile/views/personnel/team.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '团队最新定位',
|
|
|
|
+ icon: 'el-icon-question',
|
|
|
|
+ requiresAuth: true,
|
|
|
|
+ },
|
|
},
|
|
},
|
|
...getRoutes(require.context('@/apps/mobile/views', true, /\/router\.js$/))
|
|
...getRoutes(require.context('@/apps/mobile/views', true, /\/router\.js$/))
|
|
|
|
|