es搜索优化

This commit is contained in:
暮光:城中城
2019-07-12 21:46:05 +08:00
parent 7aa1108270
commit f03c8a03ac
12 changed files with 76 additions and 39 deletions

View File

@@ -85,9 +85,6 @@
return;
}
var preview = this.editor.txt.text();
if (preview.length > 200) {
preview = preview.substring(0, 200) + '...';
}
var param = {
spaceId: app.parentPath.spaceId,
parentId: parentId,