From 8c38fa22d4779db976db5ed946f6ee85b1ff3392 Mon Sep 17 00:00:00 2001 From: sakuya <81883387@qq.com> Date: Tue, 24 May 2022 00:53:11 +0800 Subject: [PATCH] FIX login.vue --- src/views/userCenter/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/userCenter/login.vue b/src/views/userCenter/login.vue index 3c911dad..4b92ca1f 100644 --- a/src/views/userCenter/login.vue +++ b/src/views/userCenter/login.vue @@ -145,7 +145,7 @@ } }, created: function() { - this.$TOOL.data.remove("TOKEN") + this.$TOOL.cookie.remove("TOKEN") this.$TOOL.data.remove("USER_INFO") this.$TOOL.data.remove("MENU") this.$TOOL.data.remove("PERMISSIONS")