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