Browse Source

Merge branch 'wzf' of http://git.shengws.com/zhangbj/xt_pad into wzf

See999 5 years ago
parent
commit
3348516a5a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/product/index.vue

+ 1 - 0
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(".")
54
       // this.$router.push({path: "/layout"})
55
       // this.$router.push({path: "/layout"})
55
     }
56
     }
56
   }
57
   }