From 21825a1e6347f6b74c6b53909eb55eba65442dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Wed, 28 May 2025 14:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=86=E5=80=BC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ .history/.gitignore_20250528141123 | 0 .history/.gitignore_20250528141126 | 2 ++ .history/.gitignore_20250528141140 | 2 ++ pages/activity/activity.vue | 2 +- pages/home/home.vue | 2 +- utils/request.js | 2 +- 7 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 .history/.gitignore_20250528141123 create mode 100644 .history/.gitignore_20250528141126 create mode 100644 .history/.gitignore_20250528141140 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb9fc23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore unpackage directory +unpackage/ \ No newline at end of file diff --git a/.history/.gitignore_20250528141123 b/.history/.gitignore_20250528141123 new file mode 100644 index 0000000..e69de29 diff --git a/.history/.gitignore_20250528141126 b/.history/.gitignore_20250528141126 new file mode 100644 index 0000000..fb9fc23 --- /dev/null +++ b/.history/.gitignore_20250528141126 @@ -0,0 +1,2 @@ +# Ignore unpackage directory +unpackage/ \ No newline at end of file diff --git a/.history/.gitignore_20250528141140 b/.history/.gitignore_20250528141140 new file mode 100644 index 0000000..fb9fc23 --- /dev/null +++ b/.history/.gitignore_20250528141140 @@ -0,0 +1,2 @@ +# Ignore unpackage directory +unpackage/ \ No newline at end of file diff --git a/pages/activity/activity.vue b/pages/activity/activity.vue index 8d102c4..a766b03 100644 --- a/pages/activity/activity.vue +++ b/pages/activity/activity.vue @@ -146,7 +146,7 @@ - 120 + {{item.score}} diff --git a/pages/home/home.vue b/pages/home/home.vue index ae5468b..cb4e6e8 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -81,7 +81,7 @@ data() { return { show: false, - action: 'http://192.168.10.140:8089/api/common/upload', + action: 'https://jf.hschool.com.cn/api/common/upload', formData: { Token: '', }, diff --git a/utils/request.js b/utils/request.js index fd24c0b..9d3d43d 100644 --- a/utils/request.js +++ b/utils/request.js @@ -7,7 +7,7 @@ import { import store from '../store/index.js' import RequestManager from '@/utils/requestManager.js' -let BASE_URL = 'http://192.168.10.140:8089/'; +let BASE_URL = 'https://jf.hschool.com.cn/'; const manager = new RequestManager()