提交 b493a773 编写于 作者: 璃白.'s avatar 璃白. 🌻

save log

上级 a274ebae
......@@ -118,8 +118,8 @@ export class UserService {
createTime: Date.now().toString(),
};
const content = fs.readFileSync(dist, 'utf8');
const arr = JSON.parse(content);
console.log(content, arr);
console.log(content);
const arr = JSON.parse(content.trim());
arr.push(data);
fs.writeFileSync(dist, JSON.stringify(arr), 'utf8');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册