From e46d266f965cab2c9a339fe19e211f74b376b6d1 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 5 Jan 2026 18:07:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 ++ src/views/home/components/MunicipalCompany.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 671bda10..0c14ddc4 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -101,6 +101,8 @@ export default { this.$store.dispatch("LogOut").then((res) => { console.log('🚀 ~ res-退出登录:', res) console.log("logout", process.env.VUE_APP_BASE_API) + this.$store.dispatch('tagsView/delAllViews') + location.reload() if (process.env.VUE_APP_BASE_API == '/iws/jxhzb-api') { window.location.href = 'http://sgwpdm.ah.sgcc.com.cn/iws' } else { diff --git a/src/views/home/components/MunicipalCompany.vue b/src/views/home/components/MunicipalCompany.vue index b29f5e51..a56a05f4 100644 --- a/src/views/home/components/MunicipalCompany.vue +++ b/src/views/home/components/MunicipalCompany.vue @@ -378,7 +378,7 @@ export default { } else if (item.businessName == '设备退库') { url = '/business/warehouse/auditDetails' } else if (item.businessName == '设备维修') { - url = '/equipment/repair/approval-detail' + url = '/equipmentRepair/repairApprovalDetail' } else if (item.businessName == '设备退役') { this.$router.push({ name: 'RetireApplyAuditDetail',