mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-11 16:26:13 +00:00
v2.0代码提交
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
// smartReloadAPI
|
||||
import {
|
||||
postAxios,
|
||||
getAxios
|
||||
} from '@/lib/http';
|
||||
export const smartReloadApi = {
|
||||
// 查询所有
|
||||
getSmartReloadList: () => {
|
||||
return getAxios('/smartReload/all');
|
||||
},
|
||||
// 更新单条数据
|
||||
updateSmartReloadData: (data) => {
|
||||
return postAxios('/smartReload/update', data);
|
||||
},
|
||||
// 获取执行结果
|
||||
getSmartReloadResult: (tag) => {
|
||||
return getAxios(`/smartReload/result/${tag}`);
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user