1234567891011121314151617181920212223242526272829303132 |
- const UNI_APP = {
- ProjectName :"51充电联盟",
- // BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
- BASE_URL: 'http://47.98.231.198:9090/qsng-server/',
- PARK_URL: 'https://51team.xiaoxinda.com/charging-parking/' ,
-
- //BASE_URL: 'https://charging.xiaoxinda.com/charging-station-server/',
-
- NODE_ENV :"test",
- SIMPLE_RUN:false,
- //openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",//测试用openId
- //openId:"oHjCawmHqG44pqUW54iBlenaHYB8",D
- //小鹏管家appid
- // VUE_APP_WXAPPID:"wx7e70eb62a8459869",
- // VUE_APP_WXAPPID:"wx3afdb1b60188c1e5",
- // VUE_APP_WXAPPID:"wxe598c699aa68cffe",
- // VUE_APP_WXAPPID:"wxb9487541d086e9d0",
- VUE_APP_WXAPPID:"wx1d9fcb245ed78d72",
- VUE_APP_ALIAPPID:"2021003131641247",
- //zkx的测试openId
- // openId:"oHjCawsJ5blME36lHaSpSVfEhleU",
- // openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",
- // openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU",
- //zq的测试openId
- //openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU"
- //openId:"test004",
- openId:"oK9Wr54VbEh3xvWYmD_zT5NbH4AY",
-
- }
- module.exports = UNI_APP;
|