修复UI子菜单跳转bug

This commit is contained in:
xiaocp2009 2025-09-11 11:31:52 +08:00
parent 9548a25efa
commit eac0b025ed
21 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script setup lang="ts">
import { computed, reactive, ref, watch } from 'vue';
import { useLoading } from '@sa/hooks';
import { useLoading } from '~/packages/hooks';
import { fetchCreateTenant, fetchUpdateTenant } from '@/service/api/system/tenant';
import { fetchGetTenantPackageSelectList } from '@/service/api/system/tenant-package';
import { useFormRules, useNaiveForm } from '@/hooks/common/form';