From bf4f13f10f81d5ce1033e8f5afffc7ebd05ca3c3 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 9 Mar 2023 18:11:10 +0800 Subject: [PATCH] =?UTF-8?q?--=20fix=20=E7=89=88=E6=9C=AC=E5=8F=B7?= 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 38cb7f32..faee8c67 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本1.2.5------------"); +console.log("版本2.1.0------------"); // 监听关闭浏览器 let time1 = ref(0);