+
liuyg
2021-12-01 b19cdfd42ef26702eb00dd77e89bf9af90bc9ed4
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: {