From f030d7f91c452b8f64c80c74f9c8936bd2f089be Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Tue, 21 Mar 2023 15:51:09 +0800 Subject: [PATCH] --fix token bug version --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 45d571e5..2421838e 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("版本2.1.3------------"); +console.log("版本2.1.4------------"); // 监听关闭浏览器 let time1 = ref(0);