Commit 40a1f241 authored by 田亚伟's avatar 田亚伟

quantcube-ui.js

parent 740dd8f7
......@@ -158,3 +158,5 @@ spider.finish.new.url=http://api-${NAMESPACE}.q-gp.com/ex/spider_center/newSpide
#kafka
bootstrap_server=qc2-bigdata-hadoop-qa-1001:9092,qc2-bigdata-hadoop-qa-1002:9092,qc2-bigdata-hadoop-qa-1003:9092,qc2-bigdata-hadoop-qa-1004:9092
#gu-bei
pay.center.host=http://payapi-${NAMESPACE}.q-gp.com
const protocol = window.location.protocol
const opApiHost = `${protocol}//opapi.domain.com`
export default {
opApiHost: opApiHost,
opLoginUrl: `${opApiHost}/user/toLogin`,
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