var adminPhone = this.$route.params.adminPhone; if(adminPhone!==''){ this.$store.dispatch('setAdminPhone', adminPhone); } this.$router.replace('/');