jinlin
2024-08-12 93613ff8e7db6a77841a36eb4be9e5219bd5cd29
1
2
3
4
5
6
7
8
9
export default {
  state: {
    tablePageSize: null, // 表格数据展示条数
    tablePageSizes: null
  },
  mutations: {
 
  }
}