This commit is contained in:
liushiwei
2023-09-08 21:50:46 +08:00
parent b9991b4af2
commit 85cfb9f099
6 changed files with 425 additions and 22 deletions

View File

@@ -46,6 +46,11 @@ const router = new VueRouter({
name: 'copyProduct',
component: () => import('../view/product/CopyProduct.vue')
},
{
path: 'reducePrice',
name: 'reducePrice',
component: () => import('../view/product/ReducePrice.vue')
},
{
path: 'message',