k94314517
2025-07-04 50fb58286ed3b718c39a97e0987ee7561a295651
company/src/views/login.vue
@@ -139,7 +139,7 @@
      if (this.loading) {
        return
      }
      if (this.readed != 1) {
      if (this.readed !== 1) {
        this.$message.error('请先阅读和同意《服务协议》和《隐私协议》')
        return
      }
@@ -155,7 +155,7 @@
          uuid: this.captcha.uuid
        })
          .then(() => {
            window.location.href = process.env.VUE_APP_CONTEXT_PATH
            window.location.href = `${window.location.origin}${process.env.VUE_APP_CONTEXT_PATH}/`
          })
          .catch(e => {
            this.refreshCaptcha()
@@ -179,7 +179,7 @@
          code: this.code.trim()
        })
          .then(() => {
            window.location.href = process.env.VUE_APP_CONTEXT_PATH
            window.location.href = `${window.location.origin}${process.env.VUE_APP_CONTEXT_PATH}/`
          })
          .catch(e => {
            this.$tip.apiFailed(e)