From f6722e13ba28cd292c162df9292bb3418ba12bec Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 25 六月 2025 15:17:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
company/src/views/login.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/company/src/views/login.vue b/company/src/views/login.vue
index 9faf637..d4061ef 100644
--- a/company/src/views/login.vue
+++ b/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)
--
Gitblit v1.9.3