.env.prod.ud.js 778 B

123456789101112131415161718192021222324
  1. const UNI_APP = {
  2. ProjectName :"优电联盟",
  3. BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
  4. PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
  5. BASE_URL: 'https://youdian.jzrccs.com/charging-station-server/',
  6. PARK_URL: 'https://youdian.jzrccs.com/charging-parking/' ,
  7. XPGJ_URL: 'https://xpgjapi.xiaoxinda.com/' ,
  8. defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2"],
  9. branchParameter:"youdian",//team51,youdian
  10. gzUrl:"https://mp.weixin.qq.com/s/syLTJR69MWZY-D4ewa_1og",
  11. NODE_ENV :"prod",
  12. wechatUrl:"/youdian",
  13. SIMPLE_RUN:false,
  14. openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",//测试用openId
  15. //小鹏管家appid
  16. VUE_APP_WXAPPID:"wxca33ab204e738ca4",
  17. VUE_APP_ALIAPPID:"2021003131641247",
  18. }
  19. module.exports = UNI_APP;