完善产品管理

This commit is contained in:
2024-08-13 15:19:52 +08:00
parent 79800106e0
commit 1bd02b44dc
5 changed files with 614 additions and 5 deletions

View File

@@ -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
}
]
},