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()