瀏覽代碼

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

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

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

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