Commit 1117cf6d authored by 崔佳豪's avatar 崔佳豪

fix: 登录失败报错

parent 1f28536d
...@@ -317,7 +317,8 @@ class Login { ...@@ -317,7 +317,8 @@ class Login {
return false; return false;
} }
this.handleLoginError(); this.handleLoginError();
Logger.log('获取网络配置失败'); // Logger.log('获取网络配置失败');
console.log('获取网络配置失败');
} }
}) })
.catch(error => { .catch(error => {
......
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