mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-13 01:50:53 +08:00
【调整】初始化阶段周期选择时间,随机值
This commit is contained in:
@@ -190,10 +190,18 @@ export const useLayoutStore = defineStore('layout-store', () => {
|
||||
type: item.type,
|
||||
})) || []
|
||||
} catch (error) {
|
||||
dnsProvider.value = []
|
||||
handleError(error)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @description 重置DNS提供商
|
||||
*/
|
||||
const resetDnsProvider = (): void => {
|
||||
dnsProvider.value = []
|
||||
}
|
||||
|
||||
// ==============================
|
||||
// 表单处理方法
|
||||
// ==============================
|
||||
@@ -218,6 +226,7 @@ export const useLayoutStore = defineStore('layout-store', () => {
|
||||
handleExpand,
|
||||
fetchNotifyProvider,
|
||||
fetchDnsProvider,
|
||||
resetDnsProvider,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user