feat:重构请求模块-大更新

This commit is contained in:
橙子
2023-12-11 22:14:13 +08:00
committed by Xwen
parent 27a2849619
commit 30de46b840
34 changed files with 1249 additions and 284 deletions

View File

@@ -40,7 +40,8 @@ export function updateData(id,data) {
// 删除
export function delData(ids) {
return request({
url: `/@model@/${ids}`,
url: `/@model@`,
method: 'delete',
params:{id:ids}
})
}