init
This commit is contained in:
13
src/utils/constants.js
Normal file
13
src/utils/constants.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export const defaultPageSize = 20
|
||||
|
||||
// 统一定义跳转来源
|
||||
export const fromRoute = {
|
||||
trafficSummary: 'trafficSummary',
|
||||
user: 'user'
|
||||
}
|
||||
|
||||
export const position = {
|
||||
tableHeight: {
|
||||
normal: 'calc(100% - 48px)' // 常规高度,特例在下方定义
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user