xyc
2025-01-08 c8c42a473eb1269d8c9eed26b90975340850b0ea
1
2
3
4
5
6
7
8
9
export default {
  state: {
    tablePageSize: null, // 表格数据展示条数
    tablePageSizes: null
  },
  mutations: {
 
  }
}