export const PRIVILEGE_TYPE_ENUM = { MENU: { value: 1, desc: '菜单' }, POINTS: { value: 2, desc: '功能点' } }; export default { PRIVILEGE_TYPE_ENUM };