This commit is contained in:
caozehui
2025-02-25 11:00:04 +08:00
parent f46b8c0a56
commit 89303b44ae
4 changed files with 8 additions and 2 deletions

View File

@@ -1006,6 +1006,8 @@ const handleTest = async (val: string) => {
channelsTest.value?.open(channelsSelection.value, props.plan)
return
} else {
// 一键检测
checkStore.setCheckType(1)
checkStore.initSelectTestItems()
openTestDialog()
}