.env.development 621 B

12345678910111213141516
  1. # 本地环境
  2. ENV = 'development'
  3. #https://minlong.raycos.com.cn
  4. #正式: https://backend.qicai321.com
  5. #线下:http://192.168.100.187:8083
  6. # 本地环境接口地址 121.36.251.245
  7. VITE_API_URL = 'http://192.168.100.179:8086'
  8. #VITE_API_URL = 'http://1.94.168.85:8086'
  9. # VITE_API_URL = 'https://backend.qicai321.com'
  10. VITE_API_WX_URL='https://api.weixin.qq.com/'
  11. VITE_API_URL_MINLONG='http://117.185.80.170:7861'
  12. # 是否启用按钮权限
  13. VITE_PM_ENABLED = true
  14. # 阿里 iconfont 外链:留空或 VITE_ICONFONT_CDN_URLS= 表示不加载外网 CSS,仅用 main.ts 中本地 /@/assets/iconfont
  15. # VITE_ICONFONT_CDN_URLS=