Browse Source

auto commit

gcz 4 năm trước cách đây
mục cha
commit
afa38a624a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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',