UNPKG

ttk-app-core

Version:
10 lines 139 B
/** * 通用全局常量 */ export const commonConst = { PAGE_STATUS: { READ_ONLY: 0, ADD: 1, EDIT: 2 } }