From 39359fea2970a1751dc04f735770d671d841aa31 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 21 Dec 2022 17:51:04 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E4=BF=AE=E6=94=B9=E4=BF=84?= =?UTF-8?q?=E7=BD=97=E6=96=AF=E7=89=88=E6=9C=AC1.1.14?= 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 1d7083d..70e45b5 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -171,7 +171,7 @@ export default class LoginPage extends BasePage { console.log('......', server.serverAddress); if (server.serverAddress.includes('https://eurmom.haier.net')) { //修改俄罗斯版本号 - this.Version = '1.1.13'; + this.Version = '1.1.14'; } else { this.Version = '1.0.46'; }