Commit c4788d3e authored by 邓超's avatar 邓超

fix: Web配置新增跟编辑传参格式修改

parent 564fbec2
Pipeline #33276 passed with stages
in 41 minutes 1 second
......@@ -56,7 +56,7 @@ export const postEditWebConfig = (config, isAdd = false) => {
`${PUBLISH_SERVICE}/WebSite/${
isAdd ? 'AddWebsite' : 'EditWebsite'
}?_version=9999`,
{ config: obj },
obj,
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment