xyc
2024-12-04 090f7a6976398b5d82a2133f32ad9c9b502a26df
1
2
3
4
5
6
7
8
9
export default {
  state: {
    tablePageSize: null, // 表格数据展示条数
    tablePageSizes: null
  },
  mutations: {
 
  }
}