feat: 数据更改
This commit is contained in:
@@ -34,7 +34,7 @@ const Api = {
|
||||
},
|
||||
edit(data: any) {
|
||||
return request<any>({
|
||||
url: `${baseURL}`,
|
||||
url: `${baseURL}/read`,
|
||||
method: "put",
|
||||
data,
|
||||
});
|
||||
@@ -42,7 +42,7 @@ const Api = {
|
||||
|
||||
delete(id: string | number) {
|
||||
return request<any>({
|
||||
url: `${baseURL}/` + id,
|
||||
url: `${baseURL}/syncNotice/` + id,
|
||||
method: "delete",
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user