修改禁用按钮样式
This commit is contained in:
@@ -20,4 +20,9 @@ export const getLoginBySms = (data) =>{
|
||||
// 忘记密码接口
|
||||
export const getResetPassword = (data) =>{
|
||||
return post('/api/resident/auth/resetPassword',data)
|
||||
}
|
||||
// =========首页=======
|
||||
// 查询小区列表
|
||||
export const getVillageList = () =>{
|
||||
return get('/api/resident/village/list')
|
||||
}
|
||||
Reference in New Issue
Block a user