From 6b47bd0545036c30b7b8f40be6fa823c08586d74 Mon Sep 17 00:00:00 2001 From: wuyx Date: Tue, 27 Dec 2022 10:22:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=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 098347f..1834c38 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,7 +36,7 @@ import { useStore } from "vuex"; import { onMounted } from "vue"; import router from "@/router"; -console.log("版本1.0.7------------"); +console.log("版本1.0.8------------"); const store = useStore(); onMounted(() => { getUserInfo();