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