From 5506edbe54883b31db3cc8e4a1d9d0795a18a3c9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 27 十二月 2024 14:37:54 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
company/src/views/login.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/company/src/views/login.vue b/company/src/views/login.vue
index 9faf637..d777989 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
}
--
Gitblit v1.9.3