jiangping
2024-06-27 6b152bd561f64f01a5bb0a8cc9784dfa601a72d1
company/src/api/system/menu.js
@@ -7,7 +7,7 @@
// 查询----企业菜单
export function fetchTree1 (type) {
  type = type || 1;
  type = type==null?1:type;
  return request.post(`/system/menu/treeList/${type}`)
}