.env.production 397 B

1234567891011121314
  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. #正式环境配置
  8. VUE_APP_BASE_URL = 'https://fw.greeapps.com'
  9. VUE_APP_BASE_API = '/zfdminiapp'
  10. VUE_APP_BASE_PATH = '/jsm-h5/'
  11. VUE_APP_HREF = 'https://fw.greeapps.com/jsm-h5'