12345678910111213141516 |
- const UNI_APP = {
- BASE_URL: 'https://charging.xiaoxinda.com/making-friends-server/',
- //BASE_URL: 'http://192.168.33.162:8086/making-friends-server/' ,
- //BASE_URL: 'http://192.168.77.162:8086/making-friends-server/' ,
- NODE_ENV :"dev",
- SIMPLE_RUN:false,// 无视权限控制跳转页面 , 用于样式人员快速访问各种功能 ,快速测试等
- openId:"opzK8uDa5BZWEuon_aPnlJJf63b4",//测试用openId
- //openId:"oHjCawgwCGen5k1-hAsimdEX5lZo",
- //openId:"oHjCawgwCGen5k1-hAsimdEX5lZo",
- //openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",
- //小鹏管家appid
- VUE_APP_WXAPPID:"wx7e70eb62a8459869",
- }
- module.exports = UNI_APP;
|