optimize(projects): remove deprecated code
This commit is contained in:
parent
21df57b71c
commit
72ccb6bf6d
@ -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 */
|
/** get menu list */
|
||||||
export function fetchGetMenuList() {
|
export function fetchGetMenuList() {
|
||||||
return request<Api.SystemManage.MenuList>({
|
return request<Api.SystemManage.MenuList>({
|
||||||
|
Loading…
Reference in New Issue
Block a user