fuliqi
2024-11-22 2765d6b25f13fb00d4c80a0057e4f1f3d0176c95
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;