pages/login/userPassword.vue
@@ -97,10 +97,16 @@ setCustomerId(res.data.customerid); setName(res.name); uni.hideLoading(); if(res.data.forcePassword == 1) { uni.navigateTo({ url: '/pages/login/resetPassword/resetPassword' }) }else { //跳转页面 this.$nextTick(() => { redirectHome(); }); } }) .catch(err => { this.submitLoading = false