소스 검색

更新代码

xiaoming_global 5 년 전
부모
커밋
903aa82d83
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
   }