@@ -372,6 +372,7 @@
if (res['name']) {
// window.location.href = `https://memos.tianyunperfect.cn/m/${res['name']}`;
this.msg('记录成功');
+ localStorage.setItem('contentStr', '');
this.contentStr = '';
this.search();
}