k94314517
2024-05-24 df59cad917c6db1db3b36a23f4b3e7be510e9ed0
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}`)
}