.env.development 423 B

1234567891011121314
  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 = 'https://backend.qicai321.com'
  8. # VITE_API_URL = 'https://backend.qicai321.com'
  9. VITE_API_WX_URL='https://api.weixin.qq.com/'
  10. VITE_API_URL_MINLONG='http://117.185.80.170:7861'
  11. # 是否启用按钮权限
  12. VITE_PM_ENABLED = true