KKSU
2025-01-10 6f36eac9e93e6268374f4fde2fcd9a43f8bf6655
src/main/resources/templates/febs/views/modules/score/goodsUpdate.html
@@ -152,7 +152,7 @@
        });
        const E = window.wangEditor;
        const editor = new E('#toolbar-container', '#text-container'); // 传入两个元素
        const editor = new E('#toolbar-container', '#editor-container'); // 传入两个元素
        editor.config.showLinkImg = false;
        editor.config.uploadFileName = 'file';
        editor.config.customUploadImg = function (files, insertImgFn) {