jiangping
2024-06-28 c41f8c8a75c4475831e3c7e9cde7467d2fb39950
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}`)
}