diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 86f7469..c2e0b43 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -154,7 +154,7 @@ export default class LoginPage extends BasePage { console.log('image', this.image); console.log('Version////', this.Version); } - Version = '1.0.23'; + Version = '1.0.24'; compareVersion(version1: any, version2: any) { //如果version1 大 会返回1 &&& 如果version2 大 会返回 -1 const newVersion1 = `${version1}`.split('.').length < 3 ? `${version1}`.concat('.0') : `${version1}`;