12345678910111213141516171819202122232425262728 |
- const UNI_APP = {
- ProjectName :"优电联盟",
- //BASE_URL: 'http://36.134.122.108/railroad-server/',
-
- BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
- //
- //BASE_URL: 'http://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/electric-manager-api/', //sz
-
- NODE_ENV :"dev",
- SIMPLE_RUN:true,// 无视权限控制跳转页面 , 用于样式人员快速访问各种功能 ,快速测试等
- openId:"oRGjz7GpSbld27nUK9Q6V6jvXMJo",
- openId:"oRGjz7DZM-rK3MpkjV6_VnoUhLI0",
-
-
- //appid
- VUE_APP_WXAPPID:"wxa9f555dc92a1cbfc",
- VUE_APP_ALIAPPID:"2021003131641247",
-
- }
- module.exports = UNI_APP;
|