.env.development 490 B

123456789101112131415
  1. # 本地环境
  2. # ENV = 'development'
  3. ENV = 'production'
  4. #https://minlong.raycos.com.cn
  5. #正式: https://backend.qicai321.com
  6. #线下:http://192.168.100.187:8083
  7. # 本地环境接口地址 121.36.251.245
  8. # VITE_API_URL = 'http://58.34.94.147:8086'
  9. # VITE_API_URL = 'http://192.168.100.187:9084'
  10. VITE_API_URL = 'https://backend.qicai321.com'
  11. VITE_API_WX_URL='https://api.weixin.qq.com/'
  12. VITE_API_URL_MINLONG='https://apiserver.qicai321.com'
  13. # 是否启用按钮权限
  14. VITE_PM_ENABLED = true