Commit 75ad7ced authored by tywldx's avatar tywldx

fix

parent dfe61a72
......@@ -80,7 +80,12 @@ pClass.prototype = {
this.name = projectName; //项目名称
this.type = projectType; //项目类型
// this.www = www;
this.url=hosts[projectName]; //项目线上域名
this.url= "";
this.www= "";
if(hosts[projectName] != undefined){
this.url = hosts[projectName].replace(".xyqb.com","");//项目线上域名
this.www = hosts[projectName]
}
this.gitPathHead = gitPathHead; //项目git 路径头
if (group == 1){//技术部地址
this.git_path = "git@git.quantgroup.cn:" + gitPathHead + "/" + projectName + ".git" //项目git路径地址
......
......@@ -18,7 +18,7 @@ var attrs = {
buildCmd:"command",
gitPath:"git_path",
gitGroup:"gitPathHead",
host:"url",
host:"www",
projectType:"type",
projectAuth:"auth",
projectDesc:"desc",
......
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