2024-12-11 17:56:03 +08:00
|
|
|
|
2024-12-10 10:28:55 +08:00
|
|
|
|
|
|
|
|
const service_fxdd = '/gunshiApp/tsg'
|
|
|
|
|
const service_xyt = '/gunshiApp/tsg'//登陆先用小玉潭
|
|
|
|
|
const apiurl = {
|
|
|
|
|
setMenu: service_fxdd + '/visitMenuLog/insert',
|
|
|
|
|
setPassword: service_fxdd + '/user/updateSecretKey',
|
|
|
|
|
xytlogin: {
|
|
|
|
|
login: service_xyt + '/login',
|
|
|
|
|
info: service_xyt + '/getInfo',
|
|
|
|
|
router: service_xyt + '/getRouters',
|
|
|
|
|
role: service_xyt + '/system/menu/list'
|
|
|
|
|
},
|
2024-12-12 17:53:28 +08:00
|
|
|
zmjk: {
|
|
|
|
|
getList : service_xyt + '/attGateB/list',
|
|
|
|
|
getInformation: service_xyt + '/attGateB/data',
|
|
|
|
|
getDamData: service_xyt + '/gatePore/listByStcd',
|
|
|
|
|
getVideo: service_xyt + '/gateValveCctvRel/list'
|
|
|
|
|
},
|
2024-12-11 17:56:03 +08:00
|
|
|
sbwh: {
|
|
|
|
|
whfabz: {
|
|
|
|
|
page: service_fxdd + '/resPerson/page',
|
|
|
|
|
save: service_fxdd + '/resPerson/save',
|
|
|
|
|
edit: service_fxdd + '/resPerson/edit',
|
|
|
|
|
delete:service_fxdd + '/resPerson/delete',
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-12-10 10:28:55 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default apiurl
|