This commit is contained in:
xiaozhiyong
2023-02-23 16:08:14 +08:00
parent 2594c97ec2
commit 70d54bcfa5
14 changed files with 515 additions and 447 deletions

View File

@@ -46,7 +46,7 @@ export default {
logout() {
serve.loginOut().then((res) => {
if (res.code === 20000) {
localStorage.removeItem("token");
localStorage.removeItem("businessToken");
this.$router.push("/login");
}
});