WXL
2024-10-30 7fca01ae5a5a62d609b08aef850b7c2cfa610bb9
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'
  })
}
}