fix(接口测试): 去掉无效引用

This commit is contained in:
song-tianyang 2024-04-07 23:38:58 +08:00 committed by 刘瑞斌
parent 24181eada0
commit 0a548d6865
1 changed files with 0 additions and 3 deletions

View File

@ -31,13 +31,10 @@
import apiTable from './management/api/apiTable.vue';
import moduleTree from '@/views/api-test/management/components/moduleTree.vue';
import { getProjectOptions } from '@/api/modules/project-management/projectMember';
import { useI18n } from '@/hooks/useI18n';
import { ModuleTreeNode } from '@/models/common';
import useAppStore from '../../../../store/modules/app';
const props = defineProps<{
visible: boolean;
mode: 'pre' | 'post'; // pre: post: