UNPKG

148 BJavaScriptView Raw
1/**
2 * 通用全局常量
3 */
4export const commonConst = {
5 PAGE_STATUS: {
6 READ_ONLY: 0,
7 ADD: 1,
8 EDIT: 2
9 }
10}
\No newline at end of file