code review 商品管理的实现

This commit is contained in:
YunaiV
2023-05-06 22:54:41 +08:00
parent 4a965b8c14
commit e92361ed40
13 changed files with 108 additions and 48 deletions

View File

@ -355,8 +355,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,