export const defaultPageSize = 20 // 统一定义跳转来源 export const fromRoute = { trafficSummary: 'trafficSummary', user: 'user' } export const position = { tableHeight: { normal: 'calc(100% - 48px)' // 常规高度,特例在下方定义 } }