From fe76bccf0e3ca6459a20800ad31cd9f0533ef3d7 Mon Sep 17 00:00:00 2001 From: wyx Date: Wed, 18 Jan 2023 08:51:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E7=89=88?= =?UTF-8?q?=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 09086cc..248e431 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,7 +37,7 @@ import { onMounted } from "vue"; import {useRoute} from "vue-router/dist/vue-router"; import {USER_INFO} from "@/api/api"; -console.log("版本2.1.3------------"); +console.log("版本2.1.4------------"); const store = useStore(); const {path} = useRoute(); onMounted(() => {