Quellcode durchsuchen

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

See999 vor 5 Jahren
Ursprung
Commit
3348516a5a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/pages/product/index.vue

+ 1 - 0
src/pages/product/index.vue Datei anzeigen

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