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 */