git commit -m feat(projects): 对接后端登录接口

This commit is contained in:
2025-11-30 11:04:30 +08:00
parent b3fb87d850
commit 65640c8b71
16 changed files with 54 additions and 44 deletions

View File

@ -1,7 +1,7 @@
# backend service base url, test environment
VITE_SERVICE_BASE_URL=https://mock.apifox.cn/m1/3109515-0-default
VITE_SERVICE_BASE_URL=http://localhost:8080
# other backend service base url, test environment
VITE_OTHER_SERVICE_BASE_URL= `{
VITE_OTHER_SERVICE_BASE_URL=`{
"demo": "http://localhost:9528"
}`