.env.dev.ud.js 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. const UNI_APP = {
  2. ProjectName :"优电联盟",
  3. BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
  4. //
  5. //BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
  6. //BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
  7. //BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
  8. //PARK_URL: 'http://192.168.11.120:8082/charging-parking/' ,
  9. PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
  10. XPGJ_URL: 'https://xpgj.hbjp.com.cn/api/' ,
  11. NODE_ENV :"dev",
  12. SIMPLE_RUN:true,// 无视权限控制跳转页面 , 用于样式人员快速访问各种功能 ,快速测试等
  13. defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2","da6e714d-c5a8-4f76-8132-5f4a56677130"],
  14. defaultStation:["e012f9fe-90a8-4a47-bb64-26ea139c3c05"],
  15. defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2"],
  16. //defaultStation:[],
  17. openId:"zkxtest23",//zkx
  18. gzUrl:"https://mp.weixin.qq.com/s/mCHz1nNvg0xAICiBeIyKRQ",
  19. gzUrl:"https://mp.weixin.qq.com/s/syLTJR69MWZY-D4ewa_1og",
  20. wechatUrl:"/youdian",
  21. openId:"oSruR6YkhP7QDroLnZGxWis43Kn0",//zkx
  22. //openId:"oSruR6dsG6wrbiQCwyftfgnp5690",//sz
  23. openId:"oSruR6dZcmSM4ATuweZ5fjHGQsiA",//ys
  24. //openId:"123",
  25. //小鹏管家appid
  26. //VUE_APP_WXAPPID:"wx7e70eb62a8459869",
  27. branchParameter:"youdian",//team51,youdian
  28. VUE_APP_WXAPPID:"wx3afdb1b60188c1e5",//51
  29. envjs:".ud",
  30. VUE_APP_WXAPPID:"wxca33ab204e738ca4",//youdian
  31. VUE_APP_ALIAPPID:"2021003131641247",
  32. }
  33. module.exports = UNI_APP;