src/views/login.vue
@@ -123,7 +123,7 @@ <div class="other-title"> <span style="color: #b3b8c1">其他登录方式:</span ><span style="color: #2d5eff; cursor: pointer"> <SvgIcon icon-class="phone" />手机验证码登录 <svg-icon icon-class="phone" />手机验证码登录 </span> </div> <div class="forget">忘记密码?</div> @@ -215,7 +215,6 @@ console.log(this.loginForm); }, handleLogin() { debugger this.$refs.loginRef.validate((valid) => { if (valid) { this.loading = true;