.env.production 206 B

123456789
  1. # 生产环境配置
  2. ENV = 'production'
  3. # 若依管理系统/生产环境
  4. VUE_APP_BASE_API = '/prod-api'
  5. VUE_APP_KKFILE_BASEURL = http://120.46.209.97:1111
  6. VUE_APP_IMG_BASEURL = http://120.46.209.97:8088