feat: 更新生产和测试环境的服务基础 URL,确保使用正确的 API 地址

This commit is contained in:
2026-01-20 15:52:04 +07:00
parent a9dc3f3f10
commit 4567ecd794
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# backend service base url, prod environment # backend service base url, prod environment
VITE_SERVICE_BASE_URL=http://192.168.1.2:9537 VITE_SERVICE_BASE_URL=https://capp-api.riwsan.com
# other backend service base url, prod environment # other backend service base url, prod environment
VITE_OTHER_SERVICE_BASE_URL= `{}` VITE_OTHER_SERVICE_BASE_URL= `{}`

View File

@@ -1,5 +1,5 @@
# backend service base url, test environment # backend service base url, test environment
VITE_SERVICE_BASE_URL=http://192.168.1.2:9538 VITE_SERVICE_BASE_URL=https://capp-api.riwsan.com
# other backend service base url, test environment # other backend service base url, test environment
VITE_OTHER_SERVICE_BASE_URL= `{}` VITE_OTHER_SERVICE_BASE_URL= `{}`