Commit 4206ad73 authored by 黄奎's avatar 黄奎

页面修改

parent 595a8ec3
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
loginOut() { loginOut() {
localStorage.removeItem("b2bUser"); localStorage.removeItem("b2bUser");
this.LoginUser = {}; this.LoginUser = {};
this.CommonJump('/index',{});
} }
} }
}; };
......
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
loginOut() { loginOut() {
localStorage.removeItem("b2bUser"); localStorage.removeItem("b2bUser");
this.LoginUser = {}; this.LoginUser = {};
this.CommonJump('/index',{});
} }
} }
}; };
......
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