update prettier 替换为 oxfmt 格式化整个项目的代码结构
This commit is contained in:
@@ -118,7 +118,7 @@ export const changeUserStatus = (userId: number | string, status: string) => {
|
||||
export const unlockUser = (userId: number | string) => {
|
||||
return request({
|
||||
url: '/system/user/unlock/' + userId,
|
||||
method: 'get',
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user