From c2ee34db7ae8a84e75d0ffb733a019c2f495a101 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 17 Apr 2023 11:23:52 +0800 Subject: [PATCH] =?UTF-8?q?--fix=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 6331c8d..fd8f89b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,7 +38,7 @@ import {useRoute} from "vue-router/dist/vue-router"; import {USER_INFO} from "@/api/api"; import {IsPhone} from "@/api/utils"; -console.log("版本3.0.0------------"); +console.log("版本3.0.1------------"); const store = useStore(); const { path } = useRoute();