Auto Commit

上级 fc6329b9
...@@ -133,7 +133,16 @@ export default { ...@@ -133,7 +133,16 @@ export default {
alert("无对话内容!"); alert("无对话内容!");
return; return;
} }
alert(JSON.stringify(this.dialogs)); axios({
method: "get",
url: "https://flask-wujiaping.inscode.cc/gethistory",
}).then((res) => {
console.log(res.data)
if(200==res.data['code']){
alert(res.data['data']);
}
});
// alert(JSON.stringify(this.dialogs));
}, },
logout(){ logout(){
sessionStorage.removeItem('username') sessionStorage.removeItem('username')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册