diff --git a/frontend/src/views/api-test/scenario/index.vue b/frontend/src/views/api-test/scenario/index.vue index 08fad2bdb1..98e3df8898 100644 --- a/frontend/src/views/api-test/scenario/index.vue +++ b/frontend/src/views/api-test/scenario/index.vue @@ -18,7 +18,7 @@
-
+
{{ t('apiScenario.tree.recycleBin') }}
@@ -44,8 +44,7 @@ * @description 接口测试-接口场景主页 */ - import { computed, ref } from 'vue'; - import { Message } from '@arco-design/web-vue'; + import { ref } from 'vue'; import MsIcon from '@/components/pure/ms-icon-font/index.vue'; import MsSplitBox from '@/components/pure/ms-split-box/index.vue'; @@ -53,10 +52,8 @@ import ApiTable from '@/views/api-test/management/components/management/api/apiTable.vue'; import { useI18n } from '@/hooks/useI18n'; - import router from '@/router'; import { ModuleTreeNode } from '@/models/common'; - import { ApiTestRouteEnum } from '@/enums/routeEnum'; const { t } = useI18n(); const folderTree = ref([]); @@ -64,7 +61,6 @@ const activeFolder = ref('all'); const activeModule = ref('all'); const offspringIds = ref([]); - const addSubVisible = ref(false); const isShowScenario = ref(false); @@ -84,6 +80,8 @@ [activeModule.value] = keys; offspringIds.value = _offspringIds; } + + function redirectRecycle() {}