Commit 1b34e4d4 by 宋毅

渠道增加

parent 274438ef
...@@ -70,13 +70,6 @@ var settings = { ...@@ -70,13 +70,6 @@ var settings = {
return "http://zcapi-service/";//k8s服务名称 return "http://zcapi-service/";//k8s服务名称
} }
}, },
channelApiUrl: function () {//去掉
if (this.env == "dev") {
return "http://zcchannel.apps.com:4003";
} else {
return "http://zc-channel-service";
}
},
pushFqbossDataUrl: function () { pushFqbossDataUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.18.141:3000/";//localsettings.reqEsDevUrl; return "http://192.168.18.141:3000/";//localsettings.reqEsDevUrl;
......
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