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){