From d28bb7d7acdc4d27a553e5b6b2458d5e7ec43165 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期二, 29 四月 2025 14:40:44 +0800
Subject: [PATCH] 完成设备维修工单

---
 eims-ui-mobile/src/pages/login/index.vue |   28 +++++++++++++++++++++++-----
 1 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/eims-ui-mobile/src/pages/login/index.vue b/eims-ui-mobile/src/pages/login/index.vue
index 46626e7..c02558c 100644
--- a/eims-ui-mobile/src/pages/login/index.vue
+++ b/eims-ui-mobile/src/pages/login/index.vue
@@ -32,14 +32,18 @@
       />
     </wd-cell-group>
     <view class="footer">
-      <view class="w-full text-end">
-        <wd-checkbox v-model="rember" shape="square" @change="handleChange">
-          璁颁綇瀵嗙爜
+      <view>
+        <wd-checkbox v-model="rember" @change="handleChange">
+          <text class="rember-text">璁颁綇瀵嗙爜</text>
         </wd-checkbox>
       </view>
       <wd-button class="mt-6" type="primary" size="large" @click="handleSubmit" block>
         鎻愪氦
       </wd-button>
+
+      <view class="copyright-info">
+        <text>涓婃捣鍏板疂浼犳劅绉戞妧鑲′唤鏈夐檺鍏徃</text>
+      </view>
     </view>
   </wd-form>
 </template>
@@ -122,12 +126,26 @@
   }
   userStore.setUserInfo(userInfo)
   const { query } = currRoute()
-  uni.switchTab({ url: query.redirect })
+  uni.switchTab({ url: '/pages/home/index' })
 }
 </script>
 
 <style scoped lang="scss">
 .footer {
-  padding: 12px;
+  padding: 24rpx;
+}
+.rember-text {
+  font-size: 24rpx;
+  color: $uni-text-color-grey;
+}
+
+.copyright-info {
+  position: absolute;
+  bottom: 20rpx;
+  width: 100%;
+  display: flex;
+  justify-content: center;
+  color: $uni-text-color-disable;
+  font-size: 24rpx;
 }
 </style>

--
Gitblit v1.9.3