.env 134 B

12345678
  1. # 接口基础路径
  2. VITE_API_BASE_URL=/fhss-api
  3. # 项目标题
  4. VITE_APP_TITLE=AI助手
  5. # 接口超时时间
  6. VITE_API_TIMEOUT=15000