画布 选择卡片层级

This commit is contained in:
lzp
2026-03-02 10:44:19 +08:00
parent 7045fbe963
commit a865d189f3
8 changed files with 71 additions and 21 deletions

View File

@@ -100,10 +100,11 @@ export const GetUserInfo = () => {
* @param data.role 角色类型
* @returns 更新用户拓展信息成功的响应
*/
export const UpdateUserProfile = (data) => {
export const UpdateUserProfile = (data, loading = false) => {
return request({
url: '/api/user/profile',
method: 'put',
loading,
data
})
}