This commit is contained in:
liushiwei
2023-11-08 13:39:21 +08:00
parent 66c89f71e1
commit 0e9d59b1eb
18 changed files with 939 additions and 443 deletions

View File

@@ -51,16 +51,22 @@ const router = new VueRouter({
component: () => import('../view/shipping/WaitShippingList.vue')
},
{
path: 'returnPackage',
name: 'returnPackage',
component: () => import('../view/stock/ReturnPackage.vue')
},
{
path: 'returnDetail',
name: 'returnDetail',
component: () => import('../view/stock/ReturnDetail.vue')
},
{
path: 'copyProduct',
name: 'copyProduct',
component: () => import('../view/product/CopyProduct.vue')
},
{
path: 'reducePrice',
name: 'reducePrice',
component: () => import('../view/product/ReducePrice.vue')
},
{
path: 'niubiCopy',
@@ -77,6 +83,11 @@ const router = new VueRouter({
name: 'keywordTrack',
component: () => import('../view/selection/keywordtrack/Index.vue')
},
{
path: 'favoriteTrack',
name: 'favoriteTrack',
component: () => import('../view/selection/favoritetrack/Index.vue')
},
{
path: 'indexTrack',
name: 'indexTrack',