.env.test.js 873 B

12345678910111213141516171819202122232425262728
  1. const UNI_APP = {
  2. ProjectName :"51充电联盟",
  3. // BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
  4. BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
  5. PARK_URL: 'https://51team.xiaoxinda.com/charging-parking/' ,
  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",D
  11. //小鹏管家appid
  12. VUE_APP_WXAPPID:"wx3afdb1b60188c1e5",
  13. VUE_APP_ALIAPPID:"2021003131641247",
  14. //zkx的测试openId
  15. // openId:"oHjCawsJ5blME36lHaSpSVfEhleU",
  16. // openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",
  17. // openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU",
  18. //zq的测试openId
  19. //openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU"
  20. //openId:"test004",
  21. openId:"oK9Wr54VbEh3xvWYmD_zT5NbH4AY",
  22. }
  23. module.exports = UNI_APP;