feat:新增菜单、部门页面

This commit is contained in:
chenchun
2024-09-02 18:16:07 +08:00
parent b648f09f16
commit bc83362b35
6 changed files with 46 additions and 46 deletions

View File

@@ -12,8 +12,8 @@ export const getListMenu = query => {
};
/** 查询菜单详细 */
export const getMenu = menuId => {
return http.request<Result>("get", `/menu/${menuId}`, {});
export const getMenu = id => {
return http.request<Result>("get", `/menu/${id}`, {});
};
/** 新增菜单 */