jt
2024-03-14 db95b21bd883df9cbbad97d86bb8e94709ffa312
pages/login/index.vue
@@ -308,12 +308,14 @@
                           console.log('当前已是最新版本')
                        }
                     } else {
                        uni.showModal({
                           title: "提示",
                           content: '请求失败:'+ err,
                           showCancel: false,
                           confirmText: "取消"
                        });
                        // if(res.statusCode === 404){
                        //    uni.showModal({
                        //       title: "提示",
                        //       content: '请求失败,找不到更新包版本文档:'+url,
                        //       showCancel: false,
                        //       confirmText: "取消"
                        //    });
                        // }
                     }
                  },
                  fail(err) {