mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-21 18:06:52 +08:00
【smart-app更新】1、版本更新记录;2、复杂表单‘3、引入tabs组件
This commit is contained in:
@@ -14,4 +14,11 @@ export const changeLogApi = {
|
||||
queryPage: (param) => {
|
||||
return postRequest('/support/changeLog/queryPage', param);
|
||||
},
|
||||
|
||||
/**
|
||||
* 详情 @author 卓大
|
||||
*/
|
||||
getDetail: (changeLogId) => {
|
||||
return getRequest(`/support/changeLog/getDetail/${changeLogId}`);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user