From f0c14266fd813ca2828101bd0516f500b5b00503 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Wed, 26 Apr 2023 11:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E9=80=80?= =?UTF-8?q?=E5=87=BA=E7=99=BB=E5=BD=95=E6=B8=85=E9=99=A4vuex=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Header.vue b/src/components/Header.vue index f853da7..501905a 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -85,6 +85,7 @@ export default { this.$message.success('退出成功') this.$store.commit('saveUserInfo', null) this.$store.commit('setHandleProcess', null) + this.$store.commit('savePathUrl', null) // var sevice = "http://"+window.location.host+"/"; // var serviceUrl = encodeURIComponent(sevice); // 正式