code review 商品管理的实现

(cherry picked from commit e92361ed40)
This commit is contained in:
YunaiV
2023-05-06 22:54:41 +08:00
committed by shizhong
parent fc4b46de2e
commit 7a5993c584
13 changed files with 108 additions and 48 deletions

View File

@ -367,8 +367,8 @@ const remainingRouter: AppRouteRecordRaw[] = [
},
children: [
{
path: 'productManagementAdd',
component: () => import('@/views/mall/product/management/addForm.vue'),
path: 'productManagementAdd', // TODO @puhui999最好拆成 add 和 edit 两个路由;添加商品;修改商品
component: () => import('@/views/mall/product/spu/addForm.vue'),
name: 'ProductManagementAdd',
meta: {
noCache: true,