From 69fca571ab7b5d5162b92d10e9d73080b51ce400 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Fri, 29 Aug 2025 18:11:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 3 +-
.env.production | 2 +-
package-lock.json | 6 +-
src/App.vue | 34 +--
src/components/ContractForm/index.vue | 2 +-
src/components/KeyInfoForm/index.vue | 2 +-
src/components/PersonIdCardForm/index.vue | 2 +-
src/components/WageCardForm/index.vue | 2 +-
src/main.js | 13 +-
src/manifest.json | 198 +++++++++---------
src/pages/attendance/index.vue | 6 +-
src/pages/my/edit-password/index.vue | 5 +-
src/pages/my/index.vue | 10 +-
.../child-pages/addAndEditPerson.vue | 7 +-
src/pages/select-project/index.vue | 3 +-
src/services/my.js | 4 +-
unpackage/res/icons/1024x1024.png | Bin 42391 -> 85619 bytes
unpackage/res/icons/120x120.png | Bin 3838 -> 3957 bytes
unpackage/res/icons/144x144.png | Bin 4572 -> 6124 bytes
unpackage/res/icons/152x152.png | Bin 5127 -> 6373 bytes
unpackage/res/icons/167x167.png | Bin 5765 -> 7272 bytes
unpackage/res/icons/180x180.png | Bin 6180 -> 8206 bytes
unpackage/res/icons/192x192.png | Bin 6742 -> 8817 bytes
unpackage/res/icons/20x20.png | Bin 418 -> 857 bytes
unpackage/res/icons/29x29.png | Bin 607 -> 1151 bytes
unpackage/res/icons/40x40.png | Bin 833 -> 1469 bytes
unpackage/res/icons/58x58.png | Bin 1391 -> 2193 bytes
unpackage/res/icons/60x60.png | Bin 1350 -> 2097 bytes
unpackage/res/icons/72x72.png | Bin 1954 -> 2681 bytes
unpackage/res/icons/76x76.png | Bin 2023 -> 2901 bytes
unpackage/res/icons/80x80.png | Bin 2111 -> 2923 bytes
unpackage/res/icons/87x87.png | Bin 2470 -> 3404 bytes
unpackage/res/icons/96x96.png | Bin 2824 -> 3693 bytes
vite.config.js | 4 +-
34 files changed, 170 insertions(+), 133 deletions(-)
diff --git a/.env.development b/.env.development
index 9a24aa9..14afb67 100644
--- a/.env.development
+++ b/.env.development
@@ -1,3 +1,4 @@
# VITE_API_BASE_URL = http://112.29.103.165:1616
-# VITE_API_BASE_URL = /api
VITE_API_BASE_URL = /api
+# VITE_API_BASE_URL = http://192.168.0.14:1999/hd-realname/prod-api
+# VITE_API_BASE_URL = http://192.168.0.234:38080
diff --git a/.env.production b/.env.production
index 39af49f..8bedfa4 100644
--- a/.env.production
+++ b/.env.production
@@ -1 +1 @@
-VITE_API_BASE_URL = http://192.168.1.175:58080
\ No newline at end of file
+VITE_API_BASE_URL = http://192.168.0.14:1999/hd-realname/prod-api
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 66f3eae..23bfc54 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12004,9 +12004,9 @@
}
},
"node_modules/uview-plus": {
- "version": "3.4.65",
- "resolved": "https://repo.huaweicloud.com/repository/npm/uview-plus/-/uview-plus-3.4.65.tgz",
- "integrity": "sha512-SXk3CgvO+v6XNTPe8g5RrEOfebgQRHHnrsn55wTz5y1s1VE2tORvqlVjAfzvfv0udSgioeq5a4227LHcDSN3QQ==",
+ "version": "3.5.25",
+ "resolved": "https://repo.huaweicloud.com/repository/npm/uview-plus/-/uview-plus-3.5.25.tgz",
+ "integrity": "sha512-Z7gCtZA45qXNT8b8IEUjrb0Y++bVauK1SLv4iz/1WjIfNd++Sq7dPIsTNS9NyTwIZqJiVpnE3HqkykqIhTNCAw==",
"dependencies": {
"clipboard": "^2.0.11",
"dayjs": "^1.11.3"
diff --git a/src/App.vue b/src/App.vue
index 0e9f485..d9dee1e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,15 +1,25 @@
-