This commit is contained in:
2023-12-24 00:33:51 +08:00
parent 26136e74ea
commit ffb44d895d
9 changed files with 179 additions and 217 deletions

View File

@@ -13,17 +13,13 @@ export default {
return {}
},
mounted() {
this.removeToken();
},
created() {
},
computed: {},
methods: {
removeToken(){
// localStorage.removeItem("Authorization")
// console.log(localStorage.getItem("Authorization"));
}
}
}