From 615445aea34f8bbf3a3edd2948a19dfba66daffe Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 23 Mar 2023 22:16:26 +0800 Subject: [PATCH] fix --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index cd90f36b..43bd6a64 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("版本2.2.5------------"); +console.log("版本2.2.6------------"); // 监听关闭浏览器 let time1 = ref(0);