This commit is contained in:
chenjinsong
2021-06-11 10:00:22 +08:00
parent 13329e8f85
commit bc54fc58fd
31 changed files with 2819 additions and 92 deletions

13
src/utils/constants.js Normal file
View File

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