소스 검색

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',