Commit 295be8e8 by 宋毅

tj

parent 82ef9e02
......@@ -26,9 +26,9 @@ var settings = {
//记录日志地址
opNewLogUrl() {
if (this.env == 'dev') {
return 'http://192.168.18.101:4019/api/queueAction/producer/springBoard';
return "http://43.247.184.94:7200/center_channel_req_log/_doc?pretty";
}
return 'http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard';
return "http://43.247.184.94:7200/center_channel_req_log/_doc?pretty";
},
fbQueryUrl: function () {
if (this.env == 'dev' || this.env == 'test') {
......@@ -235,14 +235,14 @@ var settings = {
return "https://m.ucommune.com/"// 6.29lin修改为测试环境。原因优客 目前还没有正式环境
}
},
tokenUrl360:function(){
tokenUrl360: function () {
if (this.env == "dev") {
return "https://oauth2.e.360.cn/site/token"// 360测试环境
} else {
return ""//
}
},
requestUrl360:function(){
requestUrl360: function () {
if (this.env == "dev") {
return "http://180.163.239.98:38085/"// 360测试环境
} else {
......
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