WXL
2025-05-15 b7092c2bf77696eb13fd680cb006211c17b48f5c
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'
  })
}
}