.env.production 495 B

1234567891011121314151617
  1. # 页面标题
  2. VUE_APP_TITLE = 门店拜访
  3. # 开发环境配置
  4. ENV = 'production'
  5. # 正式环境
  6. VUE_APP_Target=https://ssbsfa.nipponpaint.com.cn
  7. VUE_APP_SSB_LINK=http://suishenbang.nipponpaint.com.cn
  8. VUE_APP_XD_LINK=http://b2b.nipponpaint.com.cn
  9. # 测试环境
  10. # VUE_APP_Target=https://ssbsfatest.nipponpaint.com.cn
  11. # VUE_APP_SSB_LINK=http://suishenbangtest.nipponpaint.com.cn
  12. # VUE_APP_XD_LINK=http://b2btest.nipponpaint.com.cn
  13. VUE_APP_BASE_API='/ssbsfa/'
  14. devtool=cheap-module-source-map