✏️ 完善极验类型

This commit is contained in:
BTMuli
2023-10-09 19:06:24 +08:00
parent 5272108e82
commit 93fe738c97
7 changed files with 99 additions and 70 deletions

View File

@@ -30,8 +30,7 @@ onMounted(async () => {
});
async function getGC(): Promise<void> {
const res = await showGeetest();
console.log(res);
await showGeetest();
}
</script>
<style lang="css" scoped>