小小儁爺
2025-11-19 0552bde02a9f07f52bcff9a044b9de3e64f868be
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'
               }
            })