From 2370c030105977f120cd53c3bee6813cd6e68710 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Wed, 29 Mar 2023 12:39:04 +0800 Subject: [PATCH] =?UTF-8?q?--demand=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 f1ee79c..fda837e 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("版本2.1.5------------"); +console.log("版本2.1.6------------"); const store = useStore(); const router = useRouter();