chore: 更新项目配置和忽略文件

- 禁用 TOTVS 语言服务器的欢迎页面
- 调整 .gitignore 中的环境变量配置
- 添加 admin 应用的测试和生产环境配置文件
This commit is contained in:
2026-01-20 08:44:07 +08:00
parent d13077a3f1
commit 846416acc9
4 changed files with 73 additions and 5 deletions

7
apps/admin/.env.test Normal file
View File

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