From 5cfdb4870c603d3a8affc5ee3041fb492a846a21 Mon Sep 17 00:00:00 2001 From: jiang Date: Wed, 31 Jul 2024 16:19:37 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/configure.js | 4 ++++ src/views/login1.vue | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/utils/configure.js diff --git a/src/utils/configure.js b/src/utils/configure.js new file mode 100644 index 00000000..782aa2fd --- /dev/null +++ b/src/utils/configure.js @@ -0,0 +1,4 @@ +let config = { + passwordStrength:"", + +} diff --git a/src/views/login1.vue b/src/views/login1.vue index d9e6fe27..15bebeb5 100644 --- a/src/views/login1.vue +++ b/src/views/login1.vue @@ -246,8 +246,9 @@ export default { this.$modal.confirm('账号已在其他地方登录是否继续登录!!!!').then(function() { return that.handleLogin() }).then(() => { + this.loading = false; }).catch(() => { - + this.loading = false; }) } else { that.handleLogin()