吉光研途前端代码仓库
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.

19 lines
304 B

  1. // 首页相关接口
  2. const api = {
  3. /**
  4. * 查询概述说明列表
  5. */
  6. querySummaryList: {
  7. url: '/config/querySummaryList',
  8. method: 'GET',
  9. },
  10. /**
  11. * 查询概述说明详情
  12. */
  13. querySummaryByParamCode: {
  14. url: '/config/querySummaryByParamCode',
  15. method: 'GET',
  16. },
  17. }
  18. export default api