mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-09 20:57:17 +08:00
refactor: 重构角色管理
This commit is contained in:
@@ -6,7 +6,7 @@ export type * from './type'
|
||||
const BASE_URL = '/system/menu'
|
||||
|
||||
/** @desc 查询菜单列表 */
|
||||
export function listMenu(query: T.MenuQuery) {
|
||||
export function listMenu(query?: T.MenuQuery) {
|
||||
return http.get<T.MenuResp[]>(`${BASE_URL}/tree`, query)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user