Commit c4e11aba authored by tywldx's avatar tywldx

add spider-center-ui--new-spider-center-ui

parent 7ea388ce
......@@ -105,6 +105,8 @@ function getProjectConfigPromise () {
hosts["xyqb-ui--xjd-ui"] = pro["host_name"];
}else if(pro["project_name"] == "new-paycenter-ui"){
hosts["paycenter-ui--new-paycenter-ui"] = pro["host_name"];
}else if(pro["project_name"] == "new-spider-center-ui"){
hosts["spider-center-ui--new-spider-center-ui"] = pro["host_name"];
}
let temp = {
......@@ -249,6 +251,9 @@ function getfrontendbackend(pros){
}else if(pro.name == "new-paycenter-ui"){
temp.frontend.push("paycenter-ui--new-paycenter-ui");
temp[pro.type].push("paycenter-ui--new-paycenter-ui")
}else if(pro.name == "new-spider-center-ui"){
temp.frontend.push("spider-center-ui--new-spider-center-ui");
temp[pro.type].push("spider-center-ui--new-spider-center-ui")
}else{
temp.frontend.push(pro.name);
temp[pro.type].push(pro.name)
......
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