WXL
2024-07-05 fdf8b9cc7995c8d2022ac512c48a7567f6d2af9a
src/api/system/menu.js
@@ -36,7 +36,7 @@
// 新增菜单
export function addMenu(data) {
  return request({
    url: '/system/menu',
    url: '/system/menu/add',
    method: 'post',
    data: data
  })
@@ -57,4 +57,4 @@
    url: '/system/menu/remove/' + menuId,
    method: 'get'
  })
}
}