Commit 3dfceeac authored by 张烨's avatar 张烨

fix: fix

parent 074b31bb
This diff was suppressed by a .gitattributes entry.
......@@ -7,4 +7,4 @@ export const login = param =>
get(`${CITY_SERVICE}/OMS.svc/L_GetCheckUser`, param);
export const OMSLogin = (loginName, password) =>
postForm({ loginName, password });
postForm(`${PUBLISH_SERVICE}/OMSLogin`, { loginName, password });
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