- # 页面标题
- VITE_APP_TITLE = 大模型微信端
- # 开发环境配置
- VITE_APP_ENV = 'development'
- # 图片路径
- VITE_IMGAGE_PATH = 'https://static.fuxicarbon.com/bigModel/wechat'
- # 开发环境
- # VITE_APP_BASE_API = http://chat.sequoialibra.com:81/apiServe
- # VITE_APP_BASE_API = http://192.168.40.18:81/apiServe
- # VITE_APP_BASE_API = http://chat.sqlibra.com:81/apiServe
- VITE_APP_BASE_API = https://bigmodel.sqlibra.com/apiServe
|