Commit 920d83d1 authored by 杨梦雪's avatar 杨梦雪

111

parent 33ed08b9
...@@ -90,20 +90,20 @@ export default { ...@@ -90,20 +90,20 @@ export default {
await logout({}); await logout({});
// if (res.code !== 200) return this.$message.error(res.message); // if (res.code !== 200) return this.$message.error(res.message);
// 清除本地缓存除了大学logo // 清除本地缓存除了大学logo
// window.localStorage.clear(); window.localStorage.clear();
window.localStorage.removeItem("doubt_code"); // window.localStorage.removeItem("doubt_code");
window.localStorage.removeItem("doubt_info"); // window.localStorage.removeItem("doubt_info");
window.localStorage.removeItem("doubt_check"); // window.localStorage.removeItem("doubt_check");
// window.localStorage.removeItem("index-identity"); // window.localStorage.removeItem("index-identity");
window.localStorage.removeItem("index-token"); // window.localStorage.removeItem("index-token");
window.localStorage.removeItem("phone"); // window.localStorage.removeItem("phone");
window.localStorage.removeItem("camp_name"); // window.localStorage.removeItem("camp_name");
window.localStorage.removeItem("system_color"); // window.localStorage.removeItem("system_color");
window.localStorage.removeItem("has_amount"); // window.localStorage.removeItem("has_amount");
window.localStorage.removeItem("campsite_id"); // window.localStorage.removeItem("campsite_id");
window.localStorage.removeItem("order_no"); // window.localStorage.removeItem("order_no");
window.localStorage.removeItem("campindex_type"); // window.localStorage.removeItem("campindex_type");
window.localStorage.removeItem("bk_pic"); // window.localStorage.removeItem("bk_pic");
this.isLogin = false; this.isLogin = false;
}, },
onMouserEnter(val) { onMouserEnter(val) {
......
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