.env.test.js 631 B

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