This commit is contained in:
liushiwei
2024-10-19 17:44:22 +08:00
parent 4a90536696
commit 9c2b6c434c
21 changed files with 1679 additions and 33 deletions

View File

@@ -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) {