王恒
2025-09-04 616e6be49d3f64f2397cb1b1c05d2c06df3db9a3
api/auth.js
@@ -35,5 +35,9 @@
}
// 更换手机号码 updatePhone
export function updatePhone(data) {
   return http.post(`/system/user/profile/updatePhone/${data.phone}`, data);
   return http.post(`/system/user/profile/updatePhone/${data.phone}/${data.companyId}`, data);
}
// /system/company/list
export function getCompanyList(data){
   return http.get('/system/company/list',{params: data}, { custom: { loading: true }});
}