.env.test.js 874 B

1234567891011121314151617181920212223242526
  1. const UNI_APP = {
  2. // BASE_URL: 'https://51team.xiaoxinda.com/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. NODE_ENV :"test",
  8. SIMPLE_RUN:false,
  9. //openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",//测试用openId
  10. //openId:"oHjCawmHqG44pqUW54iBlenaHYB8",
  11. //小鹏管家appid
  12. //VUE_APP_WXAPPID:"wx7e70eb62a8459869",
  13. VUE_APP_WXAPPID:"wx3afdb1b60188c1e5",
  14. //zkx的测试openId
  15. //openId:"oHjCawsJ5blME36lHaSpSVfEhleU",
  16. //openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",
  17. // oK9Wr54VbEh3xvWYmD_zT5NbH4AY
  18. openId:"10000",
  19. //openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s",
  20. //zq的测试openId
  21. //openId:"oHjCawsxTJkxixR74OVp7aCKahj8",
  22. }
  23. module.exports = UNI_APP;