.env.development 373 B

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