// 配置相关接口 const api = { // 查看配置信息 getConfig: { url: '/employ/config/queryConfigList', method: 'GET', },} export default api