refactor(tenant): 优化租户相关代码

This commit is contained in:
2025-07-14 22:43:51 +08:00
parent e66256581e
commit 6a96eee9e9
37 changed files with 1001 additions and 1635 deletions

View File

@@ -1,7 +1,7 @@
import { ref } from 'vue'
import type { TreeNodeData } from '@arco-design/web-vue'
import { listMenuTree } from '@/apis'
import { listTenantPackageMenu } from '@/apis/tenant/tenantPackage'
import { listTenantPackageMenu } from '@/apis/tenant/package'
/** 菜单模块 */
export function useMenu(options?: { onSuccess?: () => void }) {