From bdf3ddf8e7784dd0ce6a32fcc04d6ac9fd2acbb7 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Fri, 30 Dec 2022 10:41:31 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E4=BF=84=E7=BD=97=E6=96=AF?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B71.1.19?= 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 12b1d3f..aaba5bb 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.18'; + this.Version = '1.1.19'; } else { this.Version = '1.0.46'; }