From 557f7f6079c30cd6fe8d6005cea3d89468bbcd31 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期一, 09 三月 2026 09:23:13 +0800
Subject: [PATCH] 代码优化

---
 项目代码/WIDESEA_WMSClient/src/views/Login.vue |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/Login.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/Login.vue"
index 91b5e8d..c342358 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/Login.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/Login.vue"
@@ -28,13 +28,7 @@
         </div>
 
 
-        <div class="item">
-          <div class="input-icon el-icon-mobile"></div>
-          <input v-focus type="text" v-model="userInfo.verificationCode" placeholder="杈撳叆楠岃瘉鐮�" />
-          <div class="code" @click="getVierificationCode">
-            <img v-show="codeImgSrc != ''" :src="codeImgSrc" />
-          </div>
-        </div>
+        
       </div>
       <div class="loging-btn">
         <el-button size="large" :loading="loading" color="#3a6cd1" :dark="true" @click="login" long>
@@ -113,9 +107,7 @@
     const login = () => {
       if (!userInfo.userName) return $message.error("璇疯緭鍏ョ敤鎴峰悕");
       if (!userInfo.password) return $message.error("璇疯緭鍏ュ瘑鐮�");
-      if (!userInfo.verificationCode) {
-        return $message.error("璇疯緭鍏ラ獙璇佺爜");
-      }
+      
 
       // 纭繚绔欏彴鍊煎凡淇濆瓨
       if (stationValue.value) {

--
Gitblit v1.9.3