优化登录提示语,优化request错误返回提示语

This commit is contained in:
zhouyanli
2026-05-12 17:33:46 +08:00
parent f2f5c5e050
commit fa017d657f
8 changed files with 119 additions and 39 deletions

View File

@@ -22,6 +22,10 @@ export const getResetPassword = (data) =>{
return post('/api/resident/auth/resetPassword',data)
}
// =========首页=======
// 获取bannar图
export const getBannarList = (data) =>{
return get('/resident/banner',data)
}
// 首页最新公告
export const getNoticeLatest = () =>{
return get('/api/resident/notice/latest')