对接设置接口

This commit is contained in:
zhouyanli
2026-05-12 14:28:40 +08:00
parent 78c69cdb10
commit f2f5c5e050
7 changed files with 344 additions and 379 deletions

View File

@@ -121,5 +121,5 @@ export const getComplainDetail = (data) => {
}
// 联系物业
export const getManagePhoneData = (data) => {
return get('/banner/getManagePhone',data)
return get('/api/manage/banner/getManagePhone',data)
}