Przeglądaj źródła

去除系统设置和团队设置

prince 5 lat temu
rodzic
commit
2b23e87931
2 zmienionych plików z 60 dodań i 59 usunięć
  1. 59 59
      src/router/index.js
  2. 1 0
      src/views/ToConfigure/configure.vue

+ 59 - 59
src/router/index.js

@@ -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: '团队设置' }
+    // }
   ]
 },
 {

+ 1 - 0
src/views/ToConfigure/configure.vue

@@ -709,6 +709,7 @@ export default {
       width: 98%;
       overflow: auto;
       border-radius:4px;
+      background-color: white;
       .tab-line {
         width: 100%;
         display: inline-block;