bug
MrShi
2025-01-12 8932133e2ee2e5708e3506bee3d01d59bff5f1d2
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}`)
}