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) {