From 3d1d89119858b2ba65c9e326f5ae92174c8149cd Mon Sep 17 00:00:00 2001 From: hou <1601990943@qq.com> Date: Tue, 7 Jun 2022 17:54:26 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BA=201.0.33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index d4d24a8..5ca2810 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -154,7 +154,7 @@ export default class LoginPage extends BasePage { console.log('image', this.image); console.log('Version////', this.Version); } - Version = '1.0.32'; + Version = '1.0.33'; compareVersion(version1: any, version2: any) { //如果version1 大 会返回1 &&& 如果version2 大 会返回 -1 const newVersion1 = `${version1}`.split('.').length < 3 ? `${version1}`.concat('.0') : `${version1}`;