From bd3e358ec7cee4de4a998ae48991c809ae92007e Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 29 Jan 2026 21:32:26 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"CRM=5F26-01-22#story#7966,=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E5=9C=A8=E6=89=93=E9=80=9A=E7=B3=BB=E7=BB=9F=E4=B8=AD?= =?UTF-8?q?=E8=B4=A3=E4=BB=BB=E9=99=A9=E4=BF=A1=E6=81=AF=E5=85=B3=E8=81=94?= =?UTF-8?q?=E7=9A=84=E9=9C=80=E6=B1=82"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d18fec1ddc16d95b117ae5d1529a48b6ac53b1c6. --- src/views/index/continueInsurance.vue | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/views/index/continueInsurance.vue b/src/views/index/continueInsurance.vue index b689d385..621fc2e7 100644 --- a/src/views/index/continueInsurance.vue +++ b/src/views/index/continueInsurance.vue @@ -8,7 +8,7 @@ :border="false" :fixed="true" :safe-area-inset-top="true" - @click-left="back" + @click-left="h5GoBack" />
@@ -244,14 +244,6 @@ export default { } }, methods:{ - back() { - this.$router.push({ - name:'vehicleAdd', - params:{ - id: this.id - } - }) - }, async getPermissions(){ let res = await userOperationPermissions(); this.permissonList = res.data @@ -358,8 +350,7 @@ export default { this.$toast('添加成功') } setTimeout(()=>{ - // this.$router.back(); - this.back() + this.$router.back(); },2000) } },