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

20 lines
304 B

// 首页相关接口
const api = {
/**
* 查询概述说明列表
*/
querySummaryList: {
url: '/config/querySummaryList',
method: 'GET',
},
/**
* 查询概述说明详情
*/
querySummaryByParamCode: {
url: '/config/querySummaryByParamCode',
method: 'GET',
},
}
export default api