KKSU
2024-12-19 d91e3f18d8218ad0abb1e7835a54271184e69f86
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) {