UNPKG

ttk-component

Version:

- 1、npm install ttk-component --save

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