Commit 9378534e authored by 孟飞's avatar 孟飞

111

parent 22dbccad
...@@ -93,11 +93,7 @@ export default { ...@@ -93,11 +93,7 @@ export default {
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");
// this.$store.state.token = ""; this.isLogin = false;
// 使用编程式导航跳转到登录页面
// this.$router.push({ name: "recruit" });
let code = localStorage.getItem("index-identity");
this.$router.replace("/"+code);
}, },
onMouserEnter(val){ onMouserEnter(val){
this.isHover = val; this.isHover = 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