feat: 菜单管理

This commit is contained in:
kailong321200875
2023-08-05 17:43:24 +08:00
parent 28d0785be8
commit c72b3a33aa
16 changed files with 681 additions and 33 deletions

5
src/api/menu/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import request from '@/config/axios'
export const getMenuListApi = () => {
return request.get({ url: '/menu/list' })
}