feat: 更新生产和测试环境的服务地址

This commit is contained in:
2026-01-06 23:56:28 +07:00
parent 445d831dcd
commit 5f9d639599
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.8:9527 VITE_SERVICE_BASE_URL=http://192.168.1.6:9527
# 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.8:9528 VITE_SERVICE_BASE_URL=http://192.168.1.6:9528
# other backend service base url, test environment # other backend service base url, test environment
VITE_OTHER_SERVICE_BASE_URL= `{}` VITE_OTHER_SERVICE_BASE_URL= `{}`