From c161f898a8f509fde07a8c71bb18020f73c04818 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Fri, 25 Feb 2022 10:30:23 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=AE=9A=E4=B9=89=E7=89=88=E6=9C=AC?= 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 24d76b6..d40b3f3 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -150,7 +150,7 @@ export default class LoginPage extends BasePage { console.log('image', this.image); console.log('Version////', this.Version); } - Version = '2.0.2'; + Version = '1.0.0'; async update() { await session.QueryVersion(); if (this.Version < session.Version) {