add trade order 20230606

This commit is contained in:
shizhong
2023-07-27 19:01:41 +08:00
parent 45bf152dd2
commit 274d85010f
2 changed files with 21 additions and 6 deletions

View File

@ -395,6 +395,19 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '编辑商品',
activeMenu: '/product/product-spu'
}
},
{
path: 'productSpuDetail/:spuId(\\d+)',
component: () => import('@/views/mall/product/spu/addForm.vue'),
name: 'productSpuDetail',
meta: {
noCache: true,
hidden: true,
canTo: true,
icon: 'ep:view',
title: '商品详情',
activeMenu: '/product/product-spu'
}
}
]
}