MrShi
2025-06-16 a5f75b8c4acff2ffd49d490c314d95a8c5f5db7e
company/src/api/system/menu.js
@@ -6,8 +6,9 @@
}
// 查询----企业菜单
export function fetchTree1 () {
  return request.post(`/system/menu/treeList/1`)
export function fetchTree1 (type) {
  type = type==null?1:type;
  return request.post(`/system/menu/treeList/${type}`)
}
// 新建