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