From 102ae28acea03301246e18253a6917b541186cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=BF=8A=E6=97=AD?= <398847134@qq.com> Date: Thu, 12 Jun 2025 14:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=86=9C=E9=87=91=E8=9E=8D=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layouts/component/Header/index.vue | 7 +- .../ruralFinance/integratedSector/detail.vue | 2 +- .../ruralFinance/integratedSector/index.vue | 108 ++++++++++++++---- .../ruralFinance/integratedSector/loan.vue | 2 +- 4 files changed, 90 insertions(+), 29 deletions(-) diff --git a/sub-operation-service/src/layouts/component/Header/index.vue b/sub-operation-service/src/layouts/component/Header/index.vue index 88d66f2..79465b1 100644 --- a/sub-operation-service/src/layouts/component/Header/index.vue +++ b/sub-operation-service/src/layouts/component/Header/index.vue @@ -98,9 +98,8 @@ const meuns = ref([ }, { label: '涉农金融', - path: '/sub-operation-service/ruralFinance', + path: '/sub-operation-service/finance', }, - { label: '分拣包装', path: '/sub-operation-service/packaging', @@ -146,11 +145,11 @@ const toHome = () => { const toUserCenter = () => { console.info('toUserCenter', router); - router.push('/sub-operation-service/userCenter'); + router.push('/sub-operation-service/userCenter?from=userCenter'); }; const toCart = () => { - router.push('/sub-operation-service/userCenter'); + router.push('/sub-operation-service/userCenter?from=toCart'); }; diff --git a/sub-operation-service/src/views/ruralFinance/integratedSector/detail.vue b/sub-operation-service/src/views/ruralFinance/integratedSector/detail.vue index a0c3419..8626435 100644 --- a/sub-operation-service/src/views/ruralFinance/integratedSector/detail.vue +++ b/sub-operation-service/src/views/ruralFinance/integratedSector/detail.vue @@ -3,7 +3,7 @@ diff --git a/sub-operation-service/src/views/ruralFinance/integratedSector/loan.vue b/sub-operation-service/src/views/ruralFinance/integratedSector/loan.vue index a0c3419..8626435 100644 --- a/sub-operation-service/src/views/ruralFinance/integratedSector/loan.vue +++ b/sub-operation-service/src/views/ruralFinance/integratedSector/loan.vue @@ -3,7 +3,7 @@