From 620ca5590e10ef1b809ea44462225dfd5e1fd572 Mon Sep 17 00:00:00 2001 From: DOUDOU <877258667@qq.com> Date: Mon, 10 Oct 2022 09:43:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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 0c6d2d3..6557431 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,7 +20,7 @@ methods: { versionReload(){ let version = this.version //版本号(每次上线前需要更新下版本号) - console.log('最新系统版本: ',version) + console.log('最新系统版本: ',version) console.log('当前系统版本: ',this.version) let versionLocal = localStorage.getItem('_version_'); if(version!=versionLocal){