|
@@ -8,8 +8,8 @@ const index = 2,
|
|
|
clubDetails: 'organize/detail',
|
|
|
guidanceDocList: 'items/guidanceDocList',
|
|
|
newsDetail: 'news/read',
|
|
|
- newsList: 'news/list',
|
|
|
- allDept:'getAllVillagesDept.if',
|
|
|
+ newsList: 'news/list',
|
|
|
+ allDept: 'getAllVillagesDept.if',
|
|
|
|
|
|
|
|
|
|
|
@@ -20,9 +20,9 @@ const index = 2,
|
|
|
|
|
|
reservationDetail: 'reservation/getInfo.if',
|
|
|
reservationCancel: 'reservation/cancel.if',
|
|
|
- reservationSave: 'reservation/save.if',
|
|
|
+ reservationSave: 'reservation/save.if',
|
|
|
reservationServiceList: 'getReservationServiceList.if',
|
|
|
- reservationDateStatus: 'reservation/getReservationCount.if',
|
|
|
+ reservationDateStatus: 'reservation/getReservationCount.if',
|
|
|
myCase: 'getPreApasinfoListByUserId.if',
|
|
|
|
|
|
caseDetail: 'getPreApasinfoDetails.if',
|
|
@@ -39,9 +39,9 @@ const index = 2,
|
|
|
|
|
|
|
|
|
|
|
|
- ReservationDetail: 'reservation/getInfo.if',
|
|
|
- ReservationCancel: 'reservation/cancel.if',
|
|
|
- sendVerifCode: '/sms//sendVerifCode.if',
|
|
|
+ ReservationDetail: 'reservation/getInfo.if',
|
|
|
+ ReservationCancel: 'reservation/cancel.if',
|
|
|
+ sendVerifCode: '/sms//sendVerifCode.if',
|
|
|
|
|
|
|
|
|
|
|
@@ -50,51 +50,57 @@ const index = 2,
|
|
|
|
|
|
|
|
|
|
|
|
- Apasinfo: 'savePreApasinfo.if',
|
|
|
- UploadAudio: 'getPreServiceByServiceName.if',
|
|
|
- HotService: 'getHotServiceList.if',
|
|
|
+ Apasinfo: 'savePreApasinfo.if',
|
|
|
+ UploadAudio: 'getPreServiceByServiceName.if',
|
|
|
+ HotService: 'getHotServiceList.if',
|
|
|
|
|
|
|
|
|
|
|
|
- advisoryList: 'consulting/getListPage',
|
|
|
- advisoryDetail: 'consulting/getInfo',
|
|
|
+ advisoryList: 'consulting/getListPage',
|
|
|
+ advisoryDetail: 'consulting/getInfo',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- departments: 'getAllDeptByLevel.if',
|
|
|
+ departments: 'getAllDeptByLevel.if',
|
|
|
server: 'getClassificationByCode.if',
|
|
|
handles: 'getPreServiceByParam.if',
|
|
|
guide: 'getPreServiceByUnid.if',
|
|
|
getUser: 'user/getUserInfo',
|
|
|
updateUser: 'user/updateUserInfo',
|
|
|
uploadImg: 'uploadFile.if',
|
|
|
- myMaterial: 'material/getList',
|
|
|
- addMaterial: 'material/save',
|
|
|
- delMaterial: 'material/delete',
|
|
|
+ myMaterial: 'material/getList',
|
|
|
+ addMaterial: 'material/save',
|
|
|
+ delMaterial: 'material/delete',
|
|
|
myReservation: 'reservation/getPageList.if',
|
|
|
|
|
|
- addCollect: 'collect/save',
|
|
|
- delCollect: 'collect/cancel',
|
|
|
+ addCollect: 'collect/save',
|
|
|
+ delCollect: 'collect/cancel',
|
|
|
myCollection: 'collect/getListByUserId',
|
|
|
- verifSmsCode:'sms/verifSmsCode.if',
|
|
|
- evaluate:'evaluate/save.if',
|
|
|
- evaluateList:'evaluate/list.if',
|
|
|
- evaluateInfo:'evaluate/info.if',
|
|
|
+ verifSmsCode: 'sms/verifSmsCode.if',
|
|
|
+ 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',
|
|
|
+ getAccessInfo: 'access/getAccessInfo.if',
|
|
|
+ sendPhoneCode: 'visitor/sendPhoneCode.if',
|
|
|
+ userLogin: 'appletLogin/userLogin.if',
|
|
|
+ selfInfo: 'access/selfInfo.if',
|
|
|
+
|
|
|
+
|
|
|
+ getCollegeInfo: 'deptInfo/getDeptInfolevel',
|
|
|
+ getRegisterInfo: 'dormManage/registerInfo.if',
|
|
|
+ getVisitorCheckInfo: 'visitor/visitorInfo.if'
|
|
|
},
|
|
|
- [root] =
|
|
|
- [["http://192.168.100.234:8080/oneportal/"],
|
|
|
- ["http://192.168.100.254:9082/wx/"],
|
|
|
- ["https://zhll.dgtis.com/wx/"]][index]
|
|
|
+ [root] = [
|
|
|
+ ["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 => {
|
|
|
let v = api[x]
|
|
|
api[x] = `${root}${v}`
|