新增目录菜单的删除功能,下级有目录时间无法删除
This commit is contained in:
@ -49,7 +49,7 @@ export function updateMenu(data) {
|
||||
// 删除书签菜单
|
||||
export function delMenu(menuId) {
|
||||
return request({
|
||||
url: '/bookmark/menu/' + menuId,
|
||||
url: '/bookmark/menu/delete/' + menuId,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user