.env.production 552 B

1234567891011121314151617
  1. NODE_ENV = 'production'
  2. # #测试环境配置
  3. # VUE_APP_BASE_URL = 'https://jiasm.zfire.top'
  4. # VUE_APP_BASE_API = '/zfdminiapp'
  5. # VUE_APP_BASE_PATH = '/jsm-sxbh5/'
  6. # VUE_APP_HREF = 'https://jiasm.zfire.top/jsm-sxbh5'
  7. # VUE_APP_FILE_URL = 'https://jiasm.zfire.top/zfdminiapp/common/img/get?key='
  8. #正式环境配置
  9. VUE_APP_BASE_URL = 'https://fw.greeapps.com'
  10. VUE_APP_BASE_API = '/zfdminiapp'
  11. VUE_APP_BASE_PATH = '/jsm-h5/'
  12. VUE_APP_HREF = 'https://fw.greeapps.com/jsm-h5'
  13. VUE_APP_FILE_URL = 'https://fw.greeapps.com/zfdminiapp/common/img/get?key='