Skip to content

Commit

Permalink
optimize(projects): remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 6, 2024
1 parent 21df57b commit 72ccb6b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/service/api/system-manage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ export function fetchGetUserList(params?: Api.SystemManage.UserSearchParams) {
});
}

/**
* get menu list
*
* @deprecated this will removed in next version 1.1.0
*/
export function fetchGetMenuListV1() {
return request<Api.SystemManage.Menu[]>({
url: '/systemManage/getMenuList',
method: 'get'
});
}

/** get menu list */
export function fetchGetMenuList() {
return request<Api.SystemManage.MenuList>({
Expand Down

0 comments on commit 72ccb6b

Please sign in to comment.