From bc4fb588b5f4e6ff1467604f21795d85fedc5824 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 13 Jul 2023 14:52:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=20=E8=AF=BE=E7=A8=8B=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E5=8A=A0=E9=9A=8F=E6=9C=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TwoDimensionalCode.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TwoDimensionalCode.vue b/src/components/TwoDimensionalCode.vue index 3ac92224..4000fa25 100644 --- a/src/components/TwoDimensionalCode.vue +++ b/src/components/TwoDimensionalCode.vue @@ -25,7 +25,7 @@ {{ codeInfo.name ? codeInfo.name : "" }} @@ -34,12 +34,12 @@
Date: Thu, 13 Jul 2023 14:53:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=20=E8=AF=BE=E7=A8=8B=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E5=8A=A0=E9=9A=8F=E6=9C=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 8f2c916e..e7b59289 100644 --- a/src/App.vue +++ b/src/App.vue @@ -34,7 +34,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本3.1.0------------"); +console.log("版本3.1.1------------");