pages/phyz/checkLocDetl/checkLocDetl.vue
@@ -134,6 +134,11 @@ } } _this.dataList = res.data.records } else if (res.code == 403) { uni.showToast({ title: res.msg, icon: "error", position: 'top' }) setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000); } else { uni.showToast({ title: res.msg, icon: "error", position: 'top' }) } } })