From bf2b1ca39ae0f69bc8131fbd20f58b27e39bb851 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Fri, 18 Aug 2023 13:21:22 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=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/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 d78b23f..c041d78 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -173,7 +173,7 @@ export default class LoginPage extends BasePage { //修改俄罗斯版本号 this.Version = '1.1.41'; } else { - this.Version = '1.0.58'; + this.Version = '1.0.59'; } console.log('////', this.Version); }