Browse Source

更新代码

xiaoming_global 5 years ago
parent
commit
903aa82d83
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/pages/product/index.vue

+ 0 - 1
src/pages/product/index.vue View File

51
     doctorEnterAction: function() {
51
     doctorEnterAction: function() {
52
       this.$store.dispatch("SwitchRoleTypeToDoctor")
52
       this.$store.dispatch("SwitchRoleTypeToDoctor")
53
       this.$router.push({path: "/main"})
53
       this.$router.push({path: "/main"})
54
-      console.log(".")
55
       // this.$router.push({path: "/layout"})
54
       // this.$router.push({path: "/layout"})
56
     }
55
     }
57
   }
56
   }