update
This commit is contained in:
@@ -13,17 +13,13 @@ export default {
|
||||
return {}
|
||||
},
|
||||
mounted() {
|
||||
this.removeToken();
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
computed: {},
|
||||
methods: {
|
||||
removeToken(){
|
||||
// localStorage.removeItem("Authorization")
|
||||
// console.log(localStorage.getItem("Authorization"));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user