.env.test.js 424 B

123456789101112131415161718
  1. const UNI_APP = {
  2. ProjectName :"优电联盟",
  3. //BASE_URL: 'http://36.134.122.108/railroad-server/',
  4. BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
  5. NODE_ENV :"test",
  6. SIMPLE_RUN:false,
  7. BACK_URL:"https://xpgj.hbjp.com.cn/prod/jp-property-platform-test/index/#/master/",
  8. //appid
  9. VUE_APP_WXAPPID:"wx0b3c41a903053808",
  10. VUE_APP_ALIAPPID:"2021003131641247",
  11. }
  12. module.exports = UNI_APP;