k94314517
2024-04-02 b24f8bbde8a3bd4d82a094c0b28673d4a9e93639
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}`)
}
// 新建