更新
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user