瀏覽代碼

auto commit

gcz 4 年之前
父節點
當前提交
afa38a624a
共有 1 個文件被更改,包括 2 次插入1 次删除
  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',