Commit a17a89ba authored by leiqingsong's avatar leiqingsong

修改

parent 8193c2d2
......@@ -84,8 +84,10 @@ export default {
},
logout() {
localStorage.removeItem("token");
logout().then();
this.bridgeToAppFun.logoutToApp();
logout().then().catch(err => {
console.log('后台退出err', err);
});
this.$bridgeToAppFun.logoutToApp();
},
jumpToInstructions() {
this.$router.push("/instructions");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment