MrShi
2024-11-19 0c6aa6e556a8771897b9251a296a7a0c15c57c46
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}`)
}