@@ -52,6 +52,7 @@ export default {
this.$store.dispatch("SwitchRoleTypeToDoctor")
this.$router.push({path: "/main"})
// this.$router.push({path: "/layout"})
+ console.log(".")
}
};