123456789101112131415161718192021222324252627282930313233343536 |
- const UNI_APP = {
- ProjectName :"51充电联盟",
- // BASE_URL: 'http://47.98.231.198:9090/qsng-server/',
- // BASE_URL: 'http://114.55.55.123/qsng-server',
- BASE_URL: 'http://192.168.8.220:8086/education-training-server/', //颜
- // BASE_URL: 'http://192.168.11.120:8086/education-training-server/', //wang
- // BASE_URL: 'http://192.168.33.230:8086/education-training-server/', //me
- // BASE_URL: 'http://192.168.77.162:8086/education-training-server/',
- //BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
- //BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
- // PARK_URL: 'https://51team.xiaoxinda.com/charging-parking/' ,
- NODE_ENV :"dev",
- SIMPLE_RUN:true,// 无视权限控制跳转页面 , 用于样式人员快速访问各种功能 ,快速测试等
- //openId:"oK9Wr57rAcNzihDN2PEdptprT0As",
- // openId:"oK9Wr54VbEh3xvWYmD_zT5NbH4AY",//zkx
- // openId:"123456",
- openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s",//杨所
- // openId:"oLowyuFTU3SzpvU4pGNzWk7NC9y0", //me
- // openId:"oK9Wr5zv8lvirni3txbxRkmpg8d0",//
- // openId:"o2zPq51PVRvc_jOGXpa9Mj2UNMJM",//
-
-
- //openId:"oK9Wr58zNwDernF0TL6o3mdUxk2A",
- // openId:"oK9Wr5xRUoP9EygZqBec0xkJMVTs",
- //openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU",//zq
- //小鹏管家appid
- // VUE_APP_WXAPPID:"wxe598c699aa68cffe",
- // VUE_APP_WXAPPID:"wx7e70eb62a8459869",
- // VUE_APP_WXAPPID:"wx3afdb1b60188c1e5",
- // VUE_APP_WXAPPID:"wxb9487541d086e9d0",
- VUE_APP_WXAPPID:"wx1d9fcb245ed78d72",
- VUE_APP_ALIAPPID:"2021003131641247",
- }
- module.exports = UNI_APP;
|