--规范代码

This commit is contained in:
lai
2023-10-20 19:26:29 +08:00
parent 9092d1d051
commit 5839698cf9

View File

@@ -19,9 +19,7 @@ import {
taskStop, taskStop,
taskRun, taskRun,
} from '@/api/perfManage/taskManage'; } from '@/api/perfManage/taskManage';
import useDictStore from '@/store/modules/dict'; import { regExpIPv4} from '@/utils/regular-utils';
import { regExpIPv4, regExpPort } from '@/utils/regular-utils';
const { getDict } = useDictStore();
const { t, currentLocale } = useI18n(); const { t, currentLocale } = useI18n();
/**表格所需option */ /**表格所需option */