cosmoim-852 fix 修改版本号为1.0.31

master
guoshuang 3 years ago
parent 505f4dfbe8
commit 394b36f3bc

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

Loading…
Cancel
Save