feat(role): 角色模块的增删改查

This commit is contained in:
有来技术
2021-12-20 00:14:03 +08:00
parent 07536a9b59
commit cb70c6845b
11 changed files with 790 additions and 93 deletions

View File

@@ -38,7 +38,7 @@ export function listSelectMenus() {
*/
export function listTreeSelectMenus() {
return request({
url: '/youlai-admin/api/v1/menus/tree-select',
url: '/youlai-admin/api/v1/menus/tree_select',
method: 'get'
})
}