#
whycq
2022-04-12 8273bbc35dde45100dee48d99c1bec7939cbc7bc
pages/basics/matSelect.vue
@@ -94,6 +94,15 @@
                  var res = result.data
                  if (res.code === 200 ) {
                     that.data = res.data
                  } else if (res.code == 403) {
                     uni.showToast({title: res.msg, icon: "none", position: 'top'})
                     setTimeout(() => {
                        uni.reLaunch({
                           url: '../login/login'
                        });
                     }, 1000);
                  } else {
                     uni.showToast({title: res.msg, icon: "none",position: 'top'})
                  }
               }
            });