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