fix 代码生成器不兼容的bug

This commit is contained in:
damonyuan
2024-11-05 22:54:17 +08:00
parent 8a467f30b6
commit f6a804c00f
7 changed files with 76 additions and 7 deletions

View File

@@ -28,3 +28,9 @@ export function menuDelete(params: Record<string, any>) {
export function menuDetail(params: Record<string, any>) {
return request.get({ url: '/auth.menu/detail', params })
}
// 菜单列表
export function systemMenuLists(params: Record<string, any>) {
return request.get({ url: '/auth.menu/systemMenuLists', params })
}