Browse Source

暂时注销报备单-目前报备单还不能用

xiaodai2017 2 years ago
parent
commit
2a0c8820e4
2 changed files with 29 additions and 29 deletions
  1. 0 0
      dist/static/js/app.js
  2. 29 29
      src/router/data.js

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


+ 29 - 29
src/router/data.js

@@ -149,34 +149,34 @@ const config = [
       },
     ],
   },
-  {
-    is_display: "1",
-    menu_img: "el-icon-s-order",
-    menu_name: "报备单管理",
-    menu_route: "report",
-    status: "1",
-    child: [
-      {
-        is_display: "1",
-        is_private: "0",
-        menu_img: "el-icon-s-order",
-        menu_name: "报备单管理",
-        menu_route: "index",
-        menu_url: "report/index",
-        status: "1",
-        alwaysShow: false,
-      },
-      {
-        is_display: "0",
-        is_private: "0",
-        menu_img: "el-icon-s-order",
-        menu_name: "报备单详情",
-        menu_route: "detail",
-        menu_url: "report/detail",
-        status: "1",
-        alwaysShow: false,
-      },
-    ],
-  },
+  // {
+  //   is_display: "1",
+  //   menu_img: "el-icon-s-order",
+  //   menu_name: "报备单管理",
+  //   menu_route: "report",
+  //   status: "1",
+  //   child: [
+  //     {
+  //       is_display: "1",
+  //       is_private: "0",
+  //       menu_img: "el-icon-s-order",
+  //       menu_name: "报备单管理",
+  //       menu_route: "index",
+  //       menu_url: "report/index",
+  //       status: "1",
+  //       alwaysShow: false,
+  //     },
+  //     {
+  //       is_display: "0",
+  //       is_private: "0",
+  //       menu_img: "el-icon-s-order",
+  //       menu_name: "报备单详情",
+  //       menu_route: "detail",
+  //       menu_url: "report/detail",
+  //       status: "1",
+  //       alwaysShow: false,
+  //     },
+  //   ],
+  // },
 ];
 export default config;

Some files were not shown because too many files changed in this diff