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