瀏覽代碼

拉取代码

xiaoming_global 5 年之前
父節點
當前提交
c577bd8140
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/pages/product/index.vue

+ 1 - 0
src/pages/product/index.vue 查看文件

@@ -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
   }