liuyg
2021-12-07 f98f75348627fc5af2faa26ef56dcf0a8bfcb1b6
src/store/modules/control.js
@@ -10,6 +10,12 @@
      searchShowBtn: false,
      filterBtn: false,
    },
    changePageSize: {
      pageSize: 15,
      currentPage: 1,
      total: 0,
      pageSizes: [15, 30, 50, 100],
    },
    windowWidth: 1025,
  },
  actions: {