From 5839698cf962540b77fb9f26411d24712acfd9a8 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Fri, 20 Oct 2023 19:26:29 +0800 Subject: [PATCH] =?UTF-8?q?--=E8=A7=84=E8=8C=83=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/perfManage/taskManage/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/perfManage/taskManage/index.vue b/src/views/perfManage/taskManage/index.vue index 5bd42920..98278664 100644 --- a/src/views/perfManage/taskManage/index.vue +++ b/src/views/perfManage/taskManage/index.vue @@ -19,9 +19,7 @@ import { taskStop, taskRun, } from '@/api/perfManage/taskManage'; -import useDictStore from '@/store/modules/dict'; -import { regExpIPv4, regExpPort } from '@/utils/regular-utils'; -const { getDict } = useDictStore(); +import { regExpIPv4} from '@/utils/regular-utils'; const { t, currentLocale } = useI18n(); /**表格所需option */