浏览代码

更新代码

xiaoming_global 5 年前
父节点
当前提交
903aa82d83
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/pages/product/index.vue

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

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
   }