完善产品管理
This commit is contained in:
@@ -172,7 +172,16 @@ export const constantRoutes = [
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
|
||||
{
|
||||
path: '/product/product',
|
||||
name: 'Product',
|
||||
component: () => import('@/views/goods/product/product'),
|
||||
meta: {
|
||||
title: '产品管理',
|
||||
icon: 'product-add'
|
||||
},
|
||||
hidden: true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user