|
@@ -449,10 +449,10 @@
|
|
|
|
|
|
|
|
this.isInfo = false;
|
|
this.isInfo = false;
|
|
|
|
|
|
|
|
- console.log(this.infoForm, 'this.infoForm');
|
|
|
|
|
|
|
+ // console.log(this.infoForm, 'this.infoForm');
|
|
|
this.$store.commit('user/setAllUserInfo', this.infoForm);
|
|
this.$store.commit('user/setAllUserInfo', this.infoForm);
|
|
|
|
|
|
|
|
- console.log(this.$store.state.user, 'this.$store.state.user');
|
|
|
|
|
|
|
+ // console.log(this.$store.state.user, 'this.$store.state.user');
|
|
|
this.$router.push(this.$route?.query?.from ?? '/').catch(() => {});
|
|
this.$router.push(this.$route?.query?.from ?? '/').catch(() => {});
|
|
|
},
|
|
},
|
|
|
|
|
|