From ed1a7c76ea96c47069cc62c7db8c4811b97814c2 Mon Sep 17 00:00:00 2001 From: xuxinxiang <411915648@qq.com> Date: Thu, 4 Dec 2025 18:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebiz/saleFlowProImprove/SignatureConfirmation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/saleFlowProImprove/SignatureConfirmation.vue b/src/views/ebiz/saleFlowProImprove/SignatureConfirmation.vue index ea17a8cf7..527920610 100644 --- a/src/views/ebiz/saleFlowProImprove/SignatureConfirmation.vue +++ b/src/views/ebiz/saleFlowProImprove/SignatureConfirmation.vue @@ -1426,7 +1426,7 @@ export default { that.$jump({ flag: 'h5', extra: { - url: location.origin + '/#/sale/' + path + '?orderNo=' + this.$route.query.orderNo + url: location.origin + '/#/flow-improve/sale/' + path + '?orderNo=' + this.$route.query.orderNo }, routerInfo: { path: '/flow-improve/sale/' + path + '?orderNo=' + this.$route.query.orderNo @@ -1492,10 +1492,10 @@ export default { that.$jump({ flag: 'h5', extra: { - url: location.origin + '/#/sale/' + path + '?orderNo=' + this.$route.query.orderNo + url: location.origin + '/#/flow-improve/sale/' + path + '?orderNo=' + this.$route.query.orderNo }, routerInfo: { - path: '/sale/' + path + '?orderNo=' + this.$route.query.orderNo + path: '/flow-improve/sale/' + path + '?orderNo=' + this.$route.query.orderNo } }) } @@ -2123,7 +2123,7 @@ export default { window.localStorage.setItem('insuredSignFile', JSON.stringify(this.insuredSign)) window.localStorage.setItem('sign-val', val) this.$router.push({ - path: '/sale/readDocuments', + path: 'flow-improve/sale/readDocuments', query: { orderNo: this.$route.query.orderNo, currentIndex: currentIndex + 1