Auto Commit

上级 43098d9b
...@@ -129,10 +129,10 @@ export default { ...@@ -129,10 +129,10 @@ export default {
this.dialogs = []; this.dialogs = [];
}, },
handleHistoryChat() { handleHistoryChat() {
if (JSON.stringify(this.dialogs) === '[]') { // if (JSON.stringify(this.dialogs) === '[]') {
alert("无对话内容!"); // alert("无对话内容!");
return; // return;
} // }
axios({ axios({
method: "get", method: "get",
url: "https://flask-wujiaping.inscode.cc/gethistory", url: "https://flask-wujiaping.inscode.cc/gethistory",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册