| | |
| | | //加载我的通告信息 |
| | | const getUserNoticeInfo= (params)=>getAction("/sys/sysAnnouncementSend/getMyAnnouncementSend",params); |
| | | const getTransitURL = url => `/sys/common/transitRESTful?url=${encodeURIComponent(url)}` |
| | | //系统配置参数值获取 |
| | | const getSystemConfigValue = (params)=>getAction("/system/sysParams/query/by/settingKey",params); |
| | | // 中转HTTP请求 |
| | | export const transitRESTful = { |
| | | get: (url, parameter) => getAction(getTransitURL(url), parameter), |
| | |
| | | deleteByProduction, |
| | | queryById, |
| | | addEquipment, |
| | | editEquipment |
| | | editEquipment, |
| | | getSystemConfigValue |
| | | } |
| | | |
| | | |