.env.test.js 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. const UNI_APP = {
  2. ProjectName :"51充电联盟",
  3. // BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
  4. BASE_URL: 'http://47.98.231.198:9090/qsng-server/',
  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:"wx7e70eb62a8459869",
  13. // VUE_APP_WXAPPID:"wx3afdb1b60188c1e5",
  14. // VUE_APP_WXAPPID:"wxe598c699aa68cffe",
  15. // VUE_APP_WXAPPID:"wxb9487541d086e9d0",
  16. VUE_APP_WXAPPID:"wx1d9fcb245ed78d72",
  17. VUE_APP_ALIAPPID:"2021003131641247",
  18. //zkx的测试openId
  19. // openId:"oHjCawsJ5blME36lHaSpSVfEhleU",
  20. // openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",
  21. // openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU",
  22. //zq的测试openId
  23. //openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU"
  24. //openId:"test004",
  25. openId:"oK9Wr54VbEh3xvWYmD_zT5NbH4AY",
  26. }
  27. module.exports = UNI_APP;