From 374c78e8727a50a3153c0ad7a263efca6fc68c98 Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期四, 10 八月 2023 13:08:27 +0800
Subject: [PATCH] 经纬度格网

---
 src/components/validCode.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/validCode.vue b/src/components/validCode.vue
index 6d7a1b3..e87d95f 100644
--- a/src/components/validCode.vue
+++ b/src/components/validCode.vue
@@ -5,7 +5,7 @@
       :width="state.width"
       :height="state.height"
       @click="handleDraw"
-      style="border-radius: 5px;"
+      style="border-radius: 5px"
     ></canvas>
   </div>
 </template>
@@ -15,7 +15,7 @@
 import { useStore } from "vuex"; // 寮曞叆useStore 鏂规硶
 import emitter from "@/utils/bus";
 const store = useStore(); // 璇ユ柟娉曠敤浜庤繑鍥瀞tore 瀹炰緥
-const verify = ref(null);
+const verify = ref();
 const state = reactive({
   pool: "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890", // 瀛楃涓�
   width: 120,
@@ -133,4 +133,4 @@
   justify-content: center;
   border-radius: 5px;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3