From b80535092dbc7d35360c3836cea0edd428333fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=80=A1=E7=A7=8B?= <156348933@qq.com> Date: Wed, 22 Dec 2021 17:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BD=93=E5=89=8D=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/system.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/back/services/system.ts b/back/services/system.ts index 93a884e9..4113335d 100644 --- a/back/services/system.ts +++ b/back/services/system.ts @@ -122,6 +122,7 @@ export default class SystemService { hasNewVersion: this.checkHasNewVersion(currentVersion, lastVersion), lastVersion, lastLog, + currentVersion }, }; } catch (error: any) {