|
@@ -123,6 +123,40 @@ export default [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/static',
|
|
|
+ name: 'static',
|
|
|
+ redirect: '/static/static',
|
|
|
+ meta: {title: '报表数据'},
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/static/static',
|
|
|
+ name: 'static-project',
|
|
|
+ meta: {title: '项目报表'},
|
|
|
+ component: () => import('~src/views/static/project.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/static/plan',
|
|
|
+ name: 'static-plan',
|
|
|
+ meta: {title: '计划报表'},
|
|
|
+ component: () => import('~src/views/static/plan.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/parameter',
|
|
|
+ name: 'system-parameter',
|
|
|
+ meta: {title: '参数配置'},
|
|
|
+ component: () => import('~src/views/system/parameter.vue')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/organization',
|
|
|
+ name: 'system-organization',
|
|
|
+ meta: {title: '组织架构管理'},
|
|
|
+ component: () => import('~src/views/system/organization.vue')
|
|
|
+ },
|
|
|
+
|
|
|
+ ],
|
|
|
+ },
|
|
|
{
|
|
|
path: '/system',
|
|
|
name: 'system',
|