特易招,招聘小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
255 B

7 months ago
7 months ago
  1. // 配置相关接口
  2. const api = {
  3. // 查看配置信息
  4. getConfig: {
  5. url: '/employ/config/queryConfigList',
  6. method: 'GET',
  7. },
  8. // 查看配置信息
  9. queryConfig: {
  10. url: '/employ/config/queryConfig',
  11. method: 'GET',
  12. },
  13. }
  14. export default api