From 7d9d150c38fc3411689893b592971b6f07b602fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Sat, 13 Jan 2024 13:50:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/src/views/login.vue | 4 ++-- fuintCashierWeb/src/views/login/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fuintAdmin/src/views/login.vue b/fuintAdmin/src/views/login.vue index f192f201d..2573ace55 100644 --- a/fuintAdmin/src/views/login.vue +++ b/fuintAdmin/src/views/login.vue @@ -199,10 +199,10 @@ export default { getCode() { - if(!this.loginForm.tel){ + /*if(!this.loginForm.tel){ this.$message.error("手机号不能为空") return - } + }*/ const TIME_COUNT = 60; if (!this.timer) { diff --git a/fuintCashierWeb/src/views/login/index.vue b/fuintCashierWeb/src/views/login/index.vue index 68199f63b..a4cbc830f 100644 --- a/fuintCashierWeb/src/views/login/index.vue +++ b/fuintCashierWeb/src/views/login/index.vue @@ -59,7 +59,7 @@
- +
@@ -196,10 +196,10 @@ export default { methods: { getCode() { - if(!this.loginForm.tel){ + /*if(!this.loginForm.tel){ this.$message.error("手机号不能为空") return - } + }*/ const TIME_COUNT = 60; if (!this.timer) {