cosmoim-852 fix 版本号修改为1.0.27

master
guoshuang 3 years ago
parent a4a6e0e6c2
commit 6681e5d000

@ -154,7 +154,7 @@ export default class LoginPage extends BasePage {
console.log('image', this.image);
console.log('Version////', this.Version);
}
Version = '1.0.26';
Version = '1.0.27';
compareVersion(version1: any, version2: any) {
//version1 1 &&& version2 -1
const newVersion1 = `${version1}`.split('.').length < 3 ? `${version1}`.concat('.0') : `${version1}`;

Loading…
Cancel
Save