Commit 3d0376b0 authored by 智勇's avatar 智勇

取消paycenter-ui的判断

parent 29de6529
......@@ -401,20 +401,20 @@ admin.get('/get_groupname_by_type_for_jenkins/:_type', async function (req, res)
// xjdui[0][1] = o.git_path_group
// xjdui[1][1] = o.project_name
// } else
if (o.project_name == "paycenter-ui") {
payui[0][0] = o.git_path_group
payui[1][0] = o.project_name
} else if (o.project_name == "new-paycenter-ui") {
payui[0][1] = o.git_path_group
payui[1][1] = o.project_name
} else {
// if (o.project_name == "paycenter-ui") {
// payui[0][0] = o.git_path_group
// payui[1][0] = o.project_name
// } else if (o.project_name == "new-paycenter-ui") {
// payui[0][1] = o.git_path_group
// payui[1][1] = o.project_name
// } else {
if (req.params._type != "lua_ui") {
if (re[req.params._type] == undefined) {
re[req.params._type] = [];
}
re[o.type].push(`${o.git_path_group}/${o.project_name}`)
}
}
// }
}
function getLuaUiStr(item) {
return `${item[0][0]}--${item[0][1]}/${item[1][0]}--${item[1][1]}`
......@@ -483,6 +483,6 @@ admin.get('/get_proxy', function (req, res) {
});
app.use('/config_server', admin)
app.listen(10086, function () {
app.listen(10088, function () {
console.log("http://192.168.4.3:10088/config_server/get_node_command")
})
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