Przeglądaj źródła

add: 先屏蔽掉

huac 1 rok temu
rodzic
commit
c354c88f03
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      src/views/statisticalReport/router/index.js

+ 4 - 2
src/views/statisticalReport/router/index.js

@@ -47,8 +47,9 @@ const purchaseMineral = () => import('../components/purachaseMineral.vue')
 const inwardSporadicReport = () =>
   import('../components/sporadicReport/inwardSporadicReport.vue')
 const getInstall = () => import('../components/inwardReport/getInstall.vue')
+/** 
 const getCapacityByDefend = () =>
-  import('../components/defendCapacity/getCapacityByDefend.vue')
+  import('../components/defendCapacity/getCapacityByDefend.vue')*/
 const inwardAssemble = () =>
   import('../components/inwardAssemble/inwardAssemble.vue')
 const loadCapacityDetail = () =>
@@ -231,12 +232,13 @@ const constantRouterMap = [
         meta: { code: 'xtpzgl-yhgl' },
         component: getInstall
       },
+      /** 
       {
         path: 'getCapacityByDefend',
         name: 'getCapacityByDefend',
         meta: { code: 'xtpzgl-yhgl' },
         component: getCapacityByDefend
-      },
+      },*/
       {
         path: 'inwardAssemble',
         name: 'inwardAssemble',