调整
This commit is contained in:
@@ -110,6 +110,11 @@ const router = new VueRouter({
|
||||
name: 'copyProductAliExpress',
|
||||
component: () => import('../view/product/CopyProductAliExpress.vue')
|
||||
},
|
||||
{
|
||||
path: 'batchUpload',
|
||||
name: 'batchUpload',
|
||||
component: () => import('../view/product/BatchUpload.vue')
|
||||
},
|
||||
{
|
||||
path: 'niubiCopy',
|
||||
name: 'niubiCopy',
|
||||
@@ -222,6 +227,11 @@ const router = new VueRouter({
|
||||
name: 'logisticFee',
|
||||
component: () => import('../view/sale/LogisticFee.vue')
|
||||
},
|
||||
{
|
||||
path: 'billStat',
|
||||
name: 'billStat',
|
||||
component: () => import('../view/sale/ExportBillStatTemu.vue')
|
||||
},
|
||||
{
|
||||
path: 'costManageShein',
|
||||
name: 'costManageShein',
|
||||
@@ -272,6 +282,11 @@ const router = new VueRouter({
|
||||
name: 'purchaseOrderListShein',
|
||||
component: () => import('../view/shein/PurchaseOrderListShein.vue')
|
||||
},
|
||||
{
|
||||
path: 'syncDataTemu',
|
||||
name: 'syncDataTemu',
|
||||
component: () => import('../view/data/SyncDataTemu.vue')
|
||||
},
|
||||
|
||||
// {
|
||||
// path: 'statistics',
|
||||
@@ -313,6 +328,14 @@ const router = new VueRouter({
|
||||
title: '注册'
|
||||
},
|
||||
component: () => import('../view/login/Register.vue')
|
||||
},
|
||||
{
|
||||
path: '/forget',
|
||||
name: 'forget',
|
||||
meta: {
|
||||
title: '注册'
|
||||
},
|
||||
component: () => import('../view/login/Forget.vue')
|
||||
}
|
||||
],
|
||||
scrollBehavior (to, from, savedPosition) {
|
||||
|
||||
Reference in New Issue
Block a user