import BASE_CONSTS from '@/basic/consts' export default { ...BASE_CONSTS, // 自定义变量 PAGE_SIZE: 10 // 分页条数 }