Commit 45553025 by caoyanzhi

update: 开发环境不跳到扫码登录

parent 260d797b
......@@ -283,7 +283,10 @@ export default {
},
mounted() {
const that = this;
that.getQrcode();
// eslint-disable-next-line
if (process.env.NODE_ENV != 'development') {
that.getQrcode();
}
// that.toLogin();
if (!!localStorage.getItem('userInfos')) {
localStorage.removeItem('userInfos');
......
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