From 569b9900086f06fbd986f69534c8d5af54c4d55b Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期一, 16 三月 2026 10:51:43 +0800
Subject: [PATCH] 1

---
 项目代码/WIDESEA_WMSClient/src/views/Login.vue |   16 ++++------------
 1 files changed, 4 insertions(+), 12 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 99d69b8..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>
@@ -68,8 +62,8 @@
     const codeImgSrc = ref("");
     const value = ref("");
     const userInfo = reactive({
-      userName: "admin",
-      password: "123456",
+      userName: "",
+      password: "",
       verificationCode: "1234",
       UUID: undefined,
     });
@@ -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