perf: 优化权威域名服务器查询超时时长

This commit is contained in:
xiaojunnuo
2026-04-25 04:30:48 +08:00
parent 7ac789c9c7
commit 77db5ecd12
2 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@ import GroupSelector from "/@/views/certd/pipeline/group/group-selector.vue";
import { ref } from "vue";
import { fillPipelineByDefaultForm } from "/@/views/certd/pipeline/certd-form/use";
import { cloneDeep } from "lodash-es";
import { useI18n } from "vue-i18n";
import { $t } from "/@/locales";
export function createExtraColumns() {
const groupDictRef = dict({
@@ -15,7 +15,7 @@ export function createExtraColumns() {
value: "id",
label: "name",
});
const { t } = useI18n();
const t = $t;
const randomHour = Math.floor(Math.random() * 6);
const randomMin = Math.floor(Math.random() * 60);
return {