瀏覽代碼

8月15日

XMLWAN 2 年之前
父節點
當前提交
ab4d7f3fd9
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/router/modules/stock.js

+ 6 - 6
src/router/modules/stock.js 查看文件

@@ -12,12 +12,12 @@ export default {
12 12
     isChild: true
13 13
   },
14 14
   children: [
15
-    // {
16
-    //   path: '/stock/query',
17
-    //   component: () => import('@/xt_pages/stock/stockQuery'),
18
-    //   name: 'stockQuery',
19
-    //   meta: { title: 'stockQuery', noCache: true }
20
-    // },
15
+    {
16
+      path: '/stock/query',
17
+      component: () => import('@/xt_pages/stock/stockQuery'),
18
+      name: 'stockQuery',
19
+      meta: { title: 'stockQuery', noCache: true }
20
+    },
21 21
     {
22 22
       path: '/stock/new/query',
23 23
       component: () => import('@/xt_pages/stock/stockNewQuery'),