jiangping
2025-04-18 daa04a061ac3be4bb812c26fcf8f1b62838cec5a
admin/src/views/login.vue
@@ -58,7 +58,7 @@
        password: this.password,
        code: this.captcha.value.trim(),
        uuid: this.captcha.uuid
      })
      },true)
        .then(() => {
          window.location.href = process.env.VUE_APP_CONTEXT_PATH
        })