Commit dbe944be authored by 张烨's avatar 张烨

fix: edit web config

parent f1251d2b
...@@ -52,7 +52,7 @@ export const postEditWebConfig = (config, isAdd = false) => { ...@@ -52,7 +52,7 @@ export const postEditWebConfig = (config, isAdd = false) => {
obj[k] = obj[k].trim(); obj[k] = obj[k].trim();
} }
}); });
post( return post(
`${CITY_SERVICE}/OMS.svc/${ `${CITY_SERVICE}/OMS.svc/${
isAdd ? 'W4_AddWebsite' : 'W4_EditWebsite' isAdd ? 'W4_AddWebsite' : 'W4_EditWebsite'
}?_version=9999`, }?_version=9999`,
......
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