.env.production 270 B

123456789101112
  1. # 页面标题
  2. VITE_APP_TITLE = 大模型微信端 - prod
  3. # 生产环境配置
  4. VITE_APP_ENV = 'production'
  5. # 图片路径
  6. VITE_IMGAGE_PATH = 'https://static.fuxicarbon.com/bigModel/wechat'
  7. # 开发环境
  8. VITE_APP_BASE_API = http://chat.sequoialibra.com:81/apiServe