wolyshaw 4 년 전
부모
커밋
93460f6fdc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/Pagination/index.vue

+ 0 - 1
src/components/Pagination/index.vue

@@ -79,7 +79,6 @@ export default {
   mounted() {
     if (this.sync) {
       const searchs = new Searchs(this.$route.fullPath)
-      console.log(searchs)
       const active = searchs.get()
       if (active && active.page) {
         for (const key in active.page) {