From 56a0692624bad9d65feaf0b31b8c28eb698f3c9f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 14 十一月 2024 17:48:52 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 admin/src/views/login.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/src/views/login.vue b/admin/src/views/login.vue
index f75520c..43277c4 100644
--- a/admin/src/views/login.vue
+++ b/admin/src/views/login.vue
@@ -174,7 +174,7 @@
       }
       sendSmsPost({ phone, type: 0 }).then(res => {
         Message.success('鐭俊鍙戦�佹垚鍔�')
-        this.downTime = 10
+        this.downTime = 60
         let timer = setInterval(() => {
           if (this.downTime == 0) {
             return clearInterval(timer)

--
Gitblit v1.9.3