Commit de0cfaad authored by 张鹏程's avatar 张鹏程

加配置

parent 241e6065
...@@ -2,6 +2,7 @@ const protocol = window.location.protocol ...@@ -2,6 +2,7 @@ const protocol = window.location.protocol
const opApiHost = `${protocol}//opapi.domain.com` const opApiHost = `${protocol}//opapi.domain.com`
export default { export default {
opApiHost: opApiHost, opApiHost: opApiHost,
flowApiHost: flowApiHost,
opLoginUrl: `${opApiHost}/user/toLogin`, opLoginUrl: `${opApiHost}/user/toLogin`,
opSelectSysUrl: `${opApiHost}/userManage/systemPanel` opSelectSysUrl: `${opApiHost}/userManage/systemPanel`
} }
\ No newline at end of file
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