This commit is contained in:
yj 2025-02-27 13:47:09 +08:00
parent 882bacb2d5
commit 860f141782
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ export const isVersion = (callBack: Function) => {
callBack(false)
}
})
} else {
callBack(false)
}
}).catch(() => {
callBack(false)