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