Auto Commit

上级 e5cbeb95
......@@ -116,10 +116,6 @@ export default {
if (finish) {
this.loading = false;
} else if (content) {
const text = content;
dialog.text += text;
}
axios({
method: "post",
url: "https://flask-wujiaping.inscode.cc/addhistory",
......@@ -127,6 +123,10 @@ export default {
}).then((res) => {
console.log(res.data)
});
} else if (content) {
const text = content;
dialog.text += text;
}
},
onerror: (err) => {
console.log("error", err);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册