🎨 优化方法

This commit is contained in:
BTMuli
2023-09-30 21:03:53 +08:00
parent dd940d5a2b
commit 3cd2586ed4
7 changed files with 60 additions and 69 deletions

View File

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