小小儁爺
2026-01-05 4a56e2e6d8393aa5ed3d02e749063999e32a01bf
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'
               }
            })