替换图片并删掉本地图片,代码分包

This commit is contained in:
zhouyanli
2026-04-21 15:48:52 +08:00
parent b0d90c27db
commit 65e6e5bf30
70 changed files with 316 additions and 212 deletions

View File

@@ -22,7 +22,7 @@ export const getResetPassword = (data) =>{
return post('/api/resident/auth/resetPassword',data)
}
// =========首页=======
// 查询小区列表
export const getVillageList = () =>{
return get('/api/resident/village/list')
// 首页最新公告
export const getNoticeList = () =>{
return get('/api/resident/notice/latest')
}