nidapeng
2024-03-20 c9f07c1f79e7ea9eb00925975d3ae2c9e8dcbd25
company/src/api/system/menu.js
@@ -6,8 +6,9 @@
}
// 查询----企业菜单
export function fetchTree1 () {
  return request.post(`/system/menu/treeList/1`)
export function fetchTree1 (type) {
  type = type || 1;
  return request.post(`/system/menu/treeList/${type}`)
}
// 新建