From de7a1eaf2da289dac40f3c99bf2cebfb645aea85 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Tue, 19 Aug 2025 18:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E9=87=91=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- package-lock.json | 2 +- src/views/history/history.vue | 120 ++++++++++++++++++++++++++++++------------ 3 files changed, 90 insertions(+), 36 deletions(-) diff --git a/.env.development b/.env.development index 4a254d4..d222de8 100644 --- a/.env.development +++ b/.env.development @@ -6,11 +6,11 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload # VITE_API_BASE='http://192.168.9.28:8081/' # sunjiabei -# VITE_API_BASE='http://192.168.9.28:8081/' + VITE_API_BASE='http://192.168.9.135:8081/' # VITE_API_BASE='http://192.168.5.92:8081/' # zhangyong # VITE_API_BASE='http://192.168.3.83:8081/' # 本地 -VITE_API_BASE='http://localhost:8081/' +# VITE_API_BASE='http://localhost:8081/' # sunjiabei # VITE_API_BASE='http://192.168.0.113:8081/' \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 05ac25d..e0fc244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3517,7 +3517,7 @@ }, "node_modules/dayjs": { "version": "1.11.13", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz", "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", "license": "MIT" }, diff --git a/src/views/history/history.vue b/src/views/history/history.vue index ebcdbd0..cf8c75c 100644 --- a/src/views/history/history.vue +++ b/src/views/history/history.vue @@ -1,40 +1,42 @@