|
@@ -421,10 +421,10 @@ export default {
|
|
|
_this.saveAgreementAction();
|
|
|
_this.queryMember();
|
|
|
// 返回首页
|
|
|
- _this.$router.replace({ path: 'home' });
|
|
|
- setTimeout(() => {
|
|
|
- window.location.reload();
|
|
|
- }, 100);
|
|
|
+ _this.$router.push({ path: 'home' });
|
|
|
+ // setTimeout(() => {
|
|
|
+ // window.location.reload();
|
|
|
+ // }, 700);
|
|
|
} else {
|
|
|
log.warn(`手机号登录请求成功: 未获取到授权信息`);
|
|
|
uni.showModal({
|