From 376e5026f413c302b9ab1dcb9be0380eae21c7d5 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Thu, 10 Nov 2022 14:05:30 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E5=8D=B0=E5=B0=BC=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B71.0.38?= 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 1b1339a..8aaa948 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -165,7 +165,7 @@ export default class LoginPage extends BasePage { //修改俄罗斯版本号 this.Version = '1.1.7'; } else { - this.Version = '1.0.37'; + this.Version = '1.0.38'; } console.log('////', this.Version); }