Commit e868623f authored by 智勇's avatar 智勇

fix

parent cd87680a
......@@ -87,7 +87,7 @@ admin.get('/get_db_config/:name/:attr', function (req, res) {
res.send(db_conf[req.params.name][req.params.attr])
}else{
let item = db_conf[req.params.name]
res.send(`${item.source_db_host};${item.source_db_port};${item.source_db_user};${item.source_db_pwd};${item.sys_table_list};`)
res.send(`${item.host};${item.port};${item.ser};${item.pwd};${item.dbs};`)
}
}
});
......
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