.env.test.js 845 B

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