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