Commit 879cbdd7 authored by 郭志伟's avatar 郭志伟

fix: 顾问订单查询调整

parent f9d0e5a8
This diff is collapsed.
......@@ -210,10 +210,8 @@ export default {
this.isLogin = localStorage.get("mongoToken");
}
},
state(val) {
if (val <= 2) {
this.checkLogin();
}
isLogin() {
this.checkLogin();
}
},
mounted() {
......
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