From 21d0871dc9b377f9d3c2fa6e78a8da995d45b528 Mon Sep 17 00:00:00 2001 From: lixg Date: Sun, 5 Mar 2023 21:44:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=90=88=E5=B9=B6?= 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 295dc2b..ac87df5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi"; import { getCookie } from "@/api/utils"; import { USER_INFO } from "@/api/api"; -console.log("版本1.3.7------------"); +console.log("版本1.3.8------------"); const store = useStore(); const router = useRouter();