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'//登陆先用小玉潭
|
2024-12-16 17:46:34 +08:00
|
|
|
const service_ykz = '/gunshiApp/ykz'
|
2024-12-10 10:28:55 +08:00
|
|
|
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-13 17:49:08 +08:00
|
|
|
|
|
|
|
|
home: {
|
|
|
|
|
videoList: service_fxdd + "/gateValveCctvRel/list",
|
2024-12-16 17:46:34 +08:00
|
|
|
videosrc: service_fxdd + "/attCctvBase/preview/",
|
2024-12-13 17:49:08 +08:00
|
|
|
},
|
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: {
|
2024-12-16 17:46:34 +08:00
|
|
|
page: service_ykz + '/maintainPlan/page',
|
|
|
|
|
save: service_ykz + '/maintainPlan/insert',
|
|
|
|
|
edit: service_ykz + '/maintainPlan/update',
|
|
|
|
|
delete: service_ykz + '/maintainPlan/del',
|
|
|
|
|
uploadUrl: service_ykz + '/maintainPlan/file/upload/singleSimple',
|
|
|
|
|
downloadUrl:service_ykz + '/maintainPlan/file/download'
|
|
|
|
|
},
|
|
|
|
|
ssgcjl: {
|
|
|
|
|
page: service_ykz + '/implementProcessRecord/page',
|
|
|
|
|
save: service_ykz + '/implementProcessRecord/insert',
|
|
|
|
|
edit: service_ykz + '/implementProcessRecord/update',
|
|
|
|
|
delete: service_ykz + '/implementProcessRecord/del',
|
|
|
|
|
uploadUrl: service_ykz + '/implementProcessRecord/file/upload/singleSimple',
|
|
|
|
|
downloadUrl: service_ykz + '/implementProcessRecord/file/download',
|
|
|
|
|
list:service_ykz + '/implementProcessRecord/list'
|
|
|
|
|
},
|
|
|
|
|
whxmys: {
|
|
|
|
|
page: service_ykz + '/maintainProjectCheck/page',
|
|
|
|
|
save: service_ykz + '/maintainProjectCheck/insert',
|
|
|
|
|
edit: service_ykz + '/maintainProjectCheck/update',
|
|
|
|
|
delete: service_ykz + '/maintainProjectCheck/del',
|
|
|
|
|
uploadUrl: service_ykz + '/maintainProjectCheck/file/upload/singleSimple',
|
|
|
|
|
downloadUrl:service_ykz + '/maintainProjectCheck/file/download'
|
|
|
|
|
},
|
|
|
|
|
cgtzgl: {
|
|
|
|
|
page: service_ykz + '/purchaseLedger/page',
|
|
|
|
|
save: service_ykz + '/purchaseLedger/insert',
|
|
|
|
|
edit: service_ykz + '/purchaseLedger/update',
|
|
|
|
|
delete: service_ykz + '/purchaseLedger/del',
|
|
|
|
|
uploadUrl: service_ykz + '/purchaseLedger/file/upload/singleSimple',
|
|
|
|
|
downloadUrl:service_ykz + '/purchaseLedger/file/download'
|
2024-12-11 17:56:03 +08:00
|
|
|
}
|
|
|
|
|
}
|
2024-12-10 10:28:55 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default apiurl
|