.env.dev.ud.js 1.4 KB

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