From ec87c4edeb15f2533a88ef653657b7b528d613e7 Mon Sep 17 00:00:00 2001 From: hz <3451701311@qq.com> Date: Thu, 30 Oct 2025 14:05:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20getDetail=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/productFlowImprove/ProductDetail.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/ebiz/productFlowImprove/ProductDetail.vue b/src/views/ebiz/productFlowImprove/ProductDetail.vue index 629293625..8847ce8b3 100644 --- a/src/views/ebiz/productFlowImprove/ProductDetail.vue +++ b/src/views/ebiz/productFlowImprove/ProductDetail.vue @@ -182,6 +182,8 @@ export default { beforeRouteEnter(to, from, next) { /*当进入的时候清清除 localstorage 的内容*/ ;['saleInsuredInfo', 'saleInsuredPersonInfo', 'chooseProducts', "hint"].forEach(type => { + /*添加 isFrom = sale */ + localStorage.setItem("isFrom", "sale") localStorage.removeItem(type) }) next()