Commit 1008aa4d by 蒋勇

d

parent d56e7c0b
...@@ -68,24 +68,16 @@ var settings = { ...@@ -68,24 +68,16 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.1.128:4018/api/uploadAction/txCos/getCosInfo"; return "http://192.168.1.128:4018/api/uploadAction/txCos/getCosInfo";
} else { } else {
return "http://192.168.1.128:4018/api/uploadAction/txCos/getCosInfo"; return "http://sytxpublic-msgq-service/api/uploadAction/txCos/getCosInfo";
} }
}, },
icpMaterialurl: function () { icpMaterialurl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.1.147:8002"; return "http://192.168.1.147:8002";
} else { } else {
return "http://192.168.1.147:8002"; return "http://icp.brg.tencentyun.coms";
} }
}, },
// icpUpMaterialurl: function () {
// if (this.env == "dev") {
// return "http://192.168.1.147:8002/web/delivery/materialCtl/updateUrl";
// } else {
// return "http://192.168.1.147:8002/web/delivery/materialCtl/updateUrl";
// }
// },
redis:function(){ redis:function(){
if(this.env=="dev"){ if(this.env=="dev"){
console.log("dev........................................................."); console.log("dev.........................................................");
......
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