From d1a3c1bb3c522fef168c9e364faf17c149a1095f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 19 一月 2024 11:56:08 +0800 Subject: [PATCH] 11 --- src/views/login.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 40d3760..c529a77 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -120,7 +120,7 @@ }, loading: false, // 楠岃瘉鐮佸紑鍏� - captchaOnOff: false, + captchaOnOff: true, // 娉ㄥ唽寮�鍏� register: false, redirect: undefined @@ -187,7 +187,7 @@ }) .catch(() => { this.loading = false; - this.$message.error("鐧婚檰澶辫触璇烽噸璇曘��"); + // this.$message.error("鐧婚檰澶辫触璇烽噸璇曘��"); if (this.captchaOnOff) { this.getCode(); } -- Gitblit v1.9.3