cosmoim-852 fix 修改版本号为1.0.30

master
guoshuang 3 years ago
parent 4a412f04e1
commit 0f472b4121

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

Loading…
Cancel
Save