Commit 1224fd67 authored by tywldx's avatar tywldx

fix

parent e3824acd
...@@ -84,7 +84,7 @@ pClass.prototype = { ...@@ -84,7 +84,7 @@ pClass.prototype = {
this.url= ""; this.url= "";
this.www= ""; this.www= "";
if(hosts[projectName] != undefined){ if(hosts[projectName] != undefined){
this.url = hosts[projectName].replace(".xyqb.com","");//项目线上域名 this.url = hosts[projectName].replace(".xyqb.com","").replace(".quantgroup.cn","");//项目线上域名
this.www = hosts[projectName] this.www = hosts[projectName]
} }
this.gitPathHead = gitPathHead; //项目git 路径头 this.gitPathHead = gitPathHead; //项目git 路径头
......
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