qinqiao 5 年之前
父节点
当前提交
dddef6733d
共有 1 个文件被更改,包括 24 次插入24 次删除
  1. 24 24
      src/router/index.js

+ 24 - 24
src/router/index.js

@@ -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: '团队设置',