nidapeng
2024-04-03 3a5fbcae78f6d395468826ce5dbcf6b4643aec7e
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}`)
}
// 新建