This commit is contained in:
2025-10-20 11:54:40 +08:00
parent 90ef949ca4
commit 05ef2e28f3
3 changed files with 10 additions and 6 deletions

View File

@@ -1159,7 +1159,7 @@
this.tab1.activities = [];
try {
const response = await axios.get('/api/pivot01/activity_stats', {
const response = await axios.get(HTTP_HOST + 'api/pivot01/activity_stats', {
params: { year: this.tab1.year }
});
@@ -1197,7 +1197,7 @@
this.loading = true;
try {
const response = await axios.get('/api/pivot01/registration_details', {
const response = await axios.get(HTTP_HOST + 'api/pivot01/registration_details', {
params: {
activityNum: activity.num
}