9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
|
|
# 应用名称
|
||
|
|
VITE_NAME = "AI Flow 智能审核平台 (测试环境)"
|
||
|
|
|
||
|
|
# 网络超时请求时间
|
||
|
|
VITE_TIMEOUT = 30000
|
||
|
|
|
||
|
|
# 测试环境 API 请求基础路径(请修改为你真实的测试环境后端地址)
|
||
|
|
VITE_API_BASE_URL = "https://test-agent.chezhuquanyi.com/api"
|