jiangping
2025-06-27 9e290efc330e70d931b7108ee70afc77cf3252a0
company/src/views/login.vue
@@ -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)