Commit 48705f8a authored by tywldx's avatar tywldx

fix

parent 0aa36b61
...@@ -24,7 +24,7 @@ pClass.prototype = { ...@@ -24,7 +24,7 @@ pClass.prototype = {
this.type = projectType; //项目类型 this.type = projectType; //项目类型
// this.www = www; // this.www = www;
this.url=url; //项目线上域名 this.url=url; //项目线上域名
// this.gitPathHead = gitPathHead; //项目git 路径头 this.gitPathHead = gitPathHead; //项目git 路径头
if (group == 1){//技术部地址 if (group == 1){//技术部地址
this.git_path = "git@git.quantgroup.cn:" + gitPathHead + "/" + projectName + ".git" //项目git路径地址 this.git_path = "git@git.quantgroup.cn:" + gitPathHead + "/" + projectName + ".git" //项目git路径地址
}else if(group == 2){//数据部地址 }else if(group == 2){//数据部地址
......
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