소스 검색

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

See999 5 년 전
부모
커밋
638a748685
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/pages/product/index.vue

+ 1 - 0
src/pages/product/index.vue 파일 보기

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