From c0bd73c0bf96f5e8bb1d7b1cc9bbd24eac9306a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 6 Jan 2023 09:20:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=89=98=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/agriculturalTrusteeship/insurance/insuranceList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/agriculturalTrusteeship/insurance/insuranceList.vue b/src/views/agriculturalTrusteeship/insurance/insuranceList.vue index 4dc605ed..f8f82fcf 100644 --- a/src/views/agriculturalTrusteeship/insurance/insuranceList.vue +++ b/src/views/agriculturalTrusteeship/insurance/insuranceList.vue @@ -167,7 +167,7 @@ next('/url') //放行到指定的路由 */ next(vm => { - if (from.path === '/agriculturalTrusteeship/buyerIndex'){ + if (from.path === '/agriculturalTrusteeship/buyerIndex'||from.path === '/agriculturalTrusteeship/index'){ location.reload() } })