Houjie
22 小时以前 eacff2ef7312ff9ecfc098a508bac36329e96f14
common/service/service.js
@@ -105,27 +105,12 @@
               success: (res) => {
                  if (res.confirm) {
                     uni.reLaunch({
                        url: '/pages/login/loginOauth2'
                        url: '/pages/login/login'
                     });
                  }
               }
            });
            break;
         // case 401:
         //    uni.showModal({
         //       title: '提示',
         //       content: '登录超时,需要重新登录!',
         //       showCancel: false,
         //       success: (res) => {
         //          if (res.confirm) {
         //             uni.reLaunch({
         //                url: '/pages/login/login'
         //             })
         //          }
         //       }
         //    });
         //    break
         default:
            tip.error({
               duration: 0,