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