但现在当我这样做时:
await axios.post(config.baseURL + '/save-menu', {
filename: rawConfigs[0].repoSettings[0].BaseURL + '/public/log.md' ,
text:JSON.stringify(job.log),
type: 'file'
}).catch((e) => {
console.log(e)
)
我希望它在rethinkdb中看起来很漂亮。