增加当前版本返回

This commit is contained in:
张怡秋 2021-12-22 17:19:36 +08:00 committed by GitHub
parent ed5999526b
commit b80535092d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,7 @@ export default class SystemService {
hasNewVersion: this.checkHasNewVersion(currentVersion, lastVersion), hasNewVersion: this.checkHasNewVersion(currentVersion, lastVersion),
lastVersion, lastVersion,
lastLog, lastLog,
currentVersion
}, },
}; };
} catch (error: any) { } catch (error: any) {