调整
This commit is contained in:
@@ -70,12 +70,26 @@ const router = new VueRouter({
|
||||
name: 'returnDetail',
|
||||
component: () => import('../view/stock/ReturnDetail.vue')
|
||||
},
|
||||
|
||||
{
|
||||
path: 'productList',
|
||||
name: 'productList',
|
||||
component: () => import('../view/product/ProductList.vue')
|
||||
},
|
||||
{
|
||||
path: 'copyProduct',
|
||||
name: 'copyProduct',
|
||||
component: () => import('../view/product/CopyProduct.vue')
|
||||
},
|
||||
{
|
||||
path: 'copyProductShein',
|
||||
name: 'copyProductShein',
|
||||
component: () => import('../view/product/CopyProductShein.vue')
|
||||
},
|
||||
{
|
||||
path: 'copyProductAliExpress',
|
||||
name: 'copyProductAliExpress',
|
||||
component: () => import('../view/product/CopyProductAliExpress.vue')
|
||||
},
|
||||
{
|
||||
path: 'niubiCopy',
|
||||
name: 'niubiCopy',
|
||||
@@ -148,6 +162,11 @@ const router = new VueRouter({
|
||||
name: 'saleData',
|
||||
component: () => import('../view/sale/ExportSaleData.vue')
|
||||
},
|
||||
{
|
||||
path: 'saleDataShein',
|
||||
name: 'saleDataShein',
|
||||
component: () => import('../view/sale/ExportSaleDataShein.vue')
|
||||
},
|
||||
{
|
||||
path: 'saleOut',
|
||||
name: 'saleOut',
|
||||
|
||||
Reference in New Issue
Block a user