This commit is contained in:
liushiwei
2023-09-25 10:13:54 +08:00
parent 2fb3f13787
commit 794ac780ae
11 changed files with 749 additions and 46 deletions

View File

@@ -40,6 +40,11 @@ const router = new VueRouter({
name: 'shippingList',
component: () => import('../view/shipping/ShippingList.vue')
},
{
path: 'waitPackageList',
name: 'waitPackageList',
component: () => import('../view/shipping/WaitPackageList.vue')
},
{
path: 'waitShippingList',
name: 'waitShippingList',
@@ -51,6 +56,11 @@ const router = new VueRouter({
name: 'copyProduct',
component: () => import('../view/product/CopyProduct.vue')
},
{
path: 'niubiCopy',
name: 'niubiCopy',
component: () => import('../view/product/NiubiCopy.vue')
},
{
path: 'reducePrice',
name: 'reducePrice',