diff --git a/static/src/js/build.js b/static/src/js/build.js index 96247c12..69049461 100644 --- a/static/src/js/build.js +++ b/static/src/js/build.js @@ -25,6 +25,7 @@ // ------ admin web 组件 ---------- pager: "components/pager", + editorComponent: "components/editorComponent", // ------ 下面写的都不要直接用,而是使用上面的封装版本 ------ //富文本编辑器simditor -> editor @@ -153,7 +154,7 @@ }, { name: "submissionList_21_pack" - } + }, ], optimizeCss: "standard", }) \ No newline at end of file