|
@@ -268,30 +268,30 @@ export const constantRoutes = [{
|
|
|
import ('@/views/Platform/setUp/bizPage'),
|
|
|
meta: { title: '业务线' }
|
|
|
},
|
|
|
- {
|
|
|
- path: 'modulePage',
|
|
|
- name: '业务模块',
|
|
|
- hidden: true,
|
|
|
- component: () =>
|
|
|
- import ('@/views/Platform/setUp/modulePage'),
|
|
|
- meta: { title: '业务模块' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'platformPage',
|
|
|
- name: '平台类型',
|
|
|
- hidden: true,
|
|
|
- component: () =>
|
|
|
- import ('@/views/Platform/setUp/platformPage'),
|
|
|
- meta: { title: '平台类型' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'projectPage',
|
|
|
- name: '工程模块',
|
|
|
- hidden: true,
|
|
|
- component: () =>
|
|
|
- import ('@/views/Platform/setUp/projectPage'),
|
|
|
- meta: { title: '工程模块' }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'modulePage',
|
|
|
+ // name: '业务模块',
|
|
|
+ // hidden: true,
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/Platform/setUp/modulePage'),
|
|
|
+ // meta: { title: '业务模块' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'platformPage',
|
|
|
+ // name: '平台类型',
|
|
|
+ // hidden: true,
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/Platform/setUp/platformPage'),
|
|
|
+ // meta: { title: '平台类型' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'projectPage',
|
|
|
+ // name: '工程模块',
|
|
|
+ // hidden: true,
|
|
|
+ // component: () =>
|
|
|
+ // import ('@/views/Platform/setUp/projectPage'),
|
|
|
+ // meta: { title: '工程模块' }
|
|
|
+ // },
|
|
|
{
|
|
|
path: 'teamPage',
|
|
|
name: '团队设置',
|