KKSU
2025-01-03 feb082f80f2f97d77a585ba889b9e9ec3e6320a0
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) {