gcz 4 lat temu
rodzic
commit
afa38a624a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/router/index.js

+ 2 - 1
src/router/index.js

@@ -52,7 +52,8 @@ export const asyncRouterMap = [
         path: 'addProduct',
         name: 'addProduct',
         component: () => import('@/views/pms/product/add'),
-        meta: {title: '添加商品', icon: 'product-add'}
+        meta: {title: '添加商品', icon: 'product-add'},
+        hidden: true
       },
       {
         path: 'updateProduct',