wolyshaw 4 years ago
parent
commit
93460f6fdc
1 changed files with 0 additions and 1 deletions
  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) {