|
@@ -606,68 +606,68 @@ export const constantRoutes = [{
|
|
|
children: [
|
|
|
{
|
|
|
path: 'configure',
|
|
|
- name: '组织配置',
|
|
|
+ name: '配置',
|
|
|
component: () =>
|
|
|
import('@/views/ToConfigure/configure'),
|
|
|
- meta: { title: '组织配置' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'systemSetup',
|
|
|
- name: '系统设置',
|
|
|
- component: () =>
|
|
|
- import('@/views/Platform/setUp/systemSetup/testa'),
|
|
|
- meta: { title: '系统设置' },
|
|
|
- children: [{
|
|
|
- path: 'bizPage',
|
|
|
- name: '业务线',
|
|
|
- component: () =>
|
|
|
- import('@/views/Platform/setUp/systemSetup/bizPage'),
|
|
|
- meta: { title: '业务线' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'platformPage',
|
|
|
- name: '平台类型',
|
|
|
- component: () =>
|
|
|
- import('@/views/Platform/setUp/systemSetup/platformPage'),
|
|
|
- meta: { title: '平台类型' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'modulePage',
|
|
|
- name: '业务模块',
|
|
|
- component: () =>
|
|
|
- import('@/views/Platform/setUp/systemSetup/modulePage'),
|
|
|
- meta: { title: '业务模块' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'projectPage',
|
|
|
- name: '工程模块',
|
|
|
- component: () =>
|
|
|
- import('@/views/Platform/setUp/systemSetup/projectPage'),
|
|
|
- meta: { title: '工程模块' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'confList',
|
|
|
- name: '业务配置列表',
|
|
|
- component: () =>
|
|
|
- import('@/views/Platform/setUp/systemSetup/confList'),
|
|
|
- meta: { title: '业务配置列表' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'addConf',
|
|
|
- name: '新增配置',
|
|
|
- component: () =>
|
|
|
- import('@/views/Platform/setUp/systemSetup/addConf'),
|
|
|
- meta: { title: '新增配置' }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'teamPage',
|
|
|
- name: '团队设置',
|
|
|
- component: () =>
|
|
|
- import('@/views/Platform/setUp/teamPage'),
|
|
|
- meta: { title: '团队设置' }
|
|
|
+ meta: { title: '配置' }
|
|
|
}
|
|
|
+ // {
|
|
|
+ // path: 'systemSetup',
|
|
|
+ // name: '系统设置',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/Platform/setUp/systemSetup/testa'),
|
|
|
+ // meta: { title: '系统设置' },
|
|
|
+ // children: [{
|
|
|
+ // path: 'bizPage',
|
|
|
+ // name: '业务线',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/Platform/setUp/systemSetup/bizPage'),
|
|
|
+ // meta: { title: '业务线' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'platformPage',
|
|
|
+ // name: '平台类型',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/Platform/setUp/systemSetup/platformPage'),
|
|
|
+ // meta: { title: '平台类型' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'modulePage',
|
|
|
+ // name: '业务模块',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/Platform/setUp/systemSetup/modulePage'),
|
|
|
+ // meta: { title: '业务模块' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'projectPage',
|
|
|
+ // name: '工程模块',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/Platform/setUp/systemSetup/projectPage'),
|
|
|
+ // meta: { title: '工程模块' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'confList',
|
|
|
+ // name: '业务配置列表',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/Platform/setUp/systemSetup/confList'),
|
|
|
+ // meta: { title: '业务配置列表' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'addConf',
|
|
|
+ // name: '新增配置',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/Platform/setUp/systemSetup/addConf'),
|
|
|
+ // meta: { title: '新增配置' }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'teamPage',
|
|
|
+ // name: '团队设置',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/Platform/setUp/teamPage'),
|
|
|
+ // meta: { title: '团队设置' }
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|