Commit 1008aa4d by 蒋勇

d

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