Compare commits

...

1 Commits
view ... master

Author SHA1 Message Date
“zhuzihan” 
5c7a926f4a 请求地址修改 2025-06-12 13:10:58 +08:00
2 changed files with 1 additions and 1 deletions

0
docker Normal file
View File

View File

@ -6,7 +6,7 @@ const config = {
apiBaseUrl: 'http://127.0.0.1:48996', apiBaseUrl: 'http://127.0.0.1:48996',
}, },
production: { production: {
apiBaseUrl: 'http://36.103.199.107:48996', apiBaseUrl: 'http://36.103.203.89:48996',
} }
}; };