Commit 523eae30 authored by wty's avatar wty

上线test10

parent e571b425
......@@ -65,9 +65,7 @@ getMysql.then(Mysql => {
res.send({
success: true,
data: {
...result.map(v => ({...v,toolbox_url : v['toolbox_url']})),
}
data: [...result.map(v => ({...v,toolbox_url : v['toolbox_url']}))]
})
})
});
......
......@@ -53,7 +53,6 @@ getMysql.then(Mysql => {
console.error(e)
res.send({success: false, err: e})
}
})
......
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