Sfoglia il codice sorgente

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

See999 5 anni fa
parent
commit
6656c887ad
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/pages/product/index.vue

+ 0 - 1
src/pages/product/index.vue Vedi 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
   }