修改接口参数

dev
陈博文 3 years ago
parent 4953dcb997
commit a7bcf0d7d2

@ -48,7 +48,7 @@ const Page: FC<PageProps> = () => {
}
const res = await Fetch('/openi/dataCenter/setHostFlag', {
method: 'post',
data: {
params: {
hostFlag: value,
},
});

@ -58,7 +58,7 @@ const Page: FC<PageProps> = () => {
}
const res = await Fetch('/openi/localManager/setHostFlag', {
method: 'post',
data: {
params: {
hostFlag: value,
},
});

Loading…
Cancel
Save