FIX login.vue

This commit is contained in:
sakuya 2022-05-24 00:53:11 +08:00
parent 0ace9a1c0e
commit 8c38fa22d4
1 changed files with 1 additions and 1 deletions

View File

@ -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")