This commit is contained in:
xiaojunnuo
2026-06-14 15:07:38 +08:00
parent c1b5a35f90
commit 56f2949ac5
2 changed files with 3 additions and 1 deletions
@@ -14,7 +14,7 @@
</template>
<script lang="ts">
import { defineComponent } from "vue";
import { defineComponent, ref} from "vue";
import createCrudOptions from "./crud.js";
import FsPermissionTree from "./fs-permission-tree.vue";
import { usePermission } from "/src/plugin/permission";
@@ -25,6 +25,8 @@ import { DeleteBatch } from "./api";
import { useI18n } from "/src/locales";
import { useCrudPermission } from "/@/plugin/permission";
import AdminModeIntro from "./intro.vue";
import { useProjectStore } from "/@/store/project";
const { t } = useI18n();
defineOptions({