From c99fb191db1ac786218b11f04ba82d3c6fe1d932 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 02 二月 2026 16:34:55 +0800
Subject: [PATCH] Merge branch 'dev_new' of http://114.132.189.42:9002/r/product-inventory-APP-before into dev_new

---
 src/pages/login.vue |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/pages/login.vue b/src/pages/login.vue
index 1b997d8..cae7ce2 100644
--- a/src/pages/login.vue
+++ b/src/pages/login.vue
@@ -12,17 +12,6 @@
 			<view class="input-item flex align-center">
 				<up-input prefixIcon="lock" placeholder="璇疯緭鍏ュ瘑鐮�" border="bottom" maxlength="20" v-model="loginForm.password" clearable type="password"></up-input>
 			</view>
-			<view class="input-item flex align-center select-container">
-				<up-icon name="tags" size="18"></up-icon>
-				<up-picker-data
-					v-model="loginForm.factoryId"
-					title="璇烽�夋嫨鍏徃"
-					:options="factoryList"
-					valueKey="id"
-					style="width: 100%;"
-					labelKey="name">
-				</up-picker-data>
-			</view>
 			<view>
 				<button @click="handleLogin" class="login-btn cu-btn block bg-blue lg round">鐧诲綍</button>
 			</view>
@@ -63,7 +52,6 @@
 const loginForm = ref({
 	userName: "",
 	password: "",
-	factoryId: "",
 	currentFatoryName: "",
 });
 const factoryList = ref([]) // 鍏徃鍒楄〃

--
Gitblit v1.9.3