Commit c04147b8 authored by tywldx's avatar tywldx

fix

parent 0b618edc
...@@ -97,7 +97,7 @@ admin.post('/add_new_proxy', function (req, res) { ...@@ -97,7 +97,7 @@ admin.post('/add_new_proxy', function (req, res) {
return return
} }
}else{ }else{
newstr = str + " " + request["namespace"] + "|" + request["ip"]; newstr = str + " " + request["namespace"] + "|" + request["ip"] + "|" + request["port"];
//文件添加到这里面 //文件添加到这里面
} }
newstr = newstr.replace(/\n/,""); newstr = newstr.replace(/\n/,"");
......
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