api/auth.js
@@ -33,3 +33,7 @@ export function getNewVerify(data) { return http.get(`/verify/getNew`, {params: data}); } // 更换手机号码 updatePhone export function updatePhone(data) { return http.post(`/system/user/profile/updatePhone/${data.phone}`, data); }