.env.test.js 945 B

123456789101112131415161718192021222324252627
  1. const UNI_APP = {
  2. // BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
  3. ProjectName :"运管中心",
  4. // BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
  5. BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
  6. // BASE_URL: 'https://charging.xiaoxinda.com/charging-station-server/',
  7. BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
  8. NODE_ENV :"test",
  9. SIMPLE_RUN:false,
  10. //openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",//测试用openId
  11. //openId:"oHjCawmHqG44pqUW54iBlenaHYB8",
  12. //小鹏管家appid
  13. //VUE_APP_WXAPPID:"wx7e70eb62a8459869",
  14. VUE_APP_WXAPPID:"wxca33ab204e738ca4",
  15. //zkx的测试openId
  16. //openId:"oHjCawsJ5blME36lHaSpSVfEhleU",
  17. //openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",
  18. // oK9Wr54VbEh3xvWYmD_zT5NbH4AY
  19. openId:"10000",
  20. //openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s",
  21. //zq的测试openId
  22. //openId:"oHjCawsxTJkxixR74OVp7aCKahj8",
  23. }
  24. module.exports = UNI_APP;