pages/login/index.vue
@@ -110,7 +110,7 @@ AppUpgrade().then(res => { this.isShow = res.data[0].version !== this.$appVersion if (res.data[0].version !== this.$appVersion) { // 说明与最新版本不匹配 this.downloadUrl = this.$baseUrl.substring(0, 25) + '/APK/JLAPP.apk' this.downloadUrl = this.$baseUrl.substring(0, 25) + '/APK/YBAPP.apk' } })