|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
this.loading = false;
|
|
|
this.$store.commit("updateUserInfo", res);
|
|
|
this.$router.replace({
|
|
|
- name: this.$route.params.name || "roomStatus"
|
|
|
+ name: this.$route.params.name || "dashboard"
|
|
|
});
|
|
|
})
|
|
|
.catch(e => {
|
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
this.loading = false;
|
|
|
this.$store.commit("updateUserInfo", res);
|
|
|
this.$router.replace({
|
|
|
- name: this.$route.params.name || "roomStatus"
|
|
|
+ name: this.$route.params.name || "dashboard"
|
|
|
});
|
|
|
})
|
|
|
.catch(e => {
|