This commit is contained in:
2023-12-23 21:33:16 +08:00
parent 81d5e7b111
commit 19f6259c78
6 changed files with 83 additions and 147 deletions

View File

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