Lijy 3 лет назад
Родитель
Сommit
65bfb746ad
1 измененных файлов с 11 добавлено и 11 удалено
  1. 11 11
      fhKeeper/formulahousekeeper/timesheet/src/routes.js

+ 11 - 11
fhKeeper/formulahousekeeper/timesheet/src/routes.js

@@ -66,7 +66,7 @@ import leave from './views/leave/list';
 import customData from './views/project/custom_data';
 
 // 出差
-import awayOffice from './views/awayOffice/awayOffice';
+// import awayOffice from './views/awayOffice/awayOffice';
 
 // 研究中心
 // import research from './views/research/list';
@@ -268,16 +268,16 @@ export const allRouters = [//组织架构
             { path: '/leave', component: leave, name: '请假管理' }
         ]
     },
-    {
-        path: '/',
-        component: Home,
-        name: '出差管理',
-        iconCls: 'iconfont firerock-iconwj-qjd',
-        leaf: true,
-        children: [
-            { path: '/awayOffice', component: awayOffice, name: '出差管理' }
-        ]
-    },
+    // {
+    //     path: '/',
+    //     component: Home,
+    //     name: '出差管理',
+    //     iconCls: 'iconfont firerock-iconwj-qjd',
+    //     leaf: true,
+    //     children: [
+    //         { path: '/awayOffice', component: awayOffice, name: '出差管理' }
+    //     ]
+    // }, 
     {
         path: '/',
         component: Home,