the project has multiple modules: home module, login module, etc. Each module has its own data.
I get the data from vux on other pages and assign variables to the current page.
this.userinfo = this.$store.state.login;//vuex
this.userinfo = this.$store.state.login.userinfo;//
the first one has value, the second one has no value