|
|
@@ -81,9 +81,18 @@ const index = 2,
|
|
|
evaluate:'evaluate/save.if',//增加评价
|
|
|
evaluateList:'evaluate/list.if',//评价列表
|
|
|
evaluateInfo:'evaluate/info.if',//评价详情
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ // 宿管系统--学生端
|
|
|
+ getAccessInfo: 'access/getAccessInfo.if',//通行记录
|
|
|
+ sendPhoneCode:'visitor/sendPhoneCode.if',//访客申请
|
|
|
+ userLogin:'appletLogin/userLogin.if',//登录
|
|
|
+ selfInfo:'access/selfInfo.if',//访客统计
|
|
|
},
|
|
|
[root] =
|
|
|
- [["http://192.168.100.235:9082/wx/"],
|
|
|
+ [["http://192.168.100.234:8080/oneportal/"],
|
|
|
["http://192.168.100.254:9082/wx/"],
|
|
|
["https://zhll.dgtis.com/wx/"]][index]
|
|
|
Object.keys(api).forEach(x => {
|