Open llIlI opened 4 years ago
异常: index.html通过enableBtn()、disableBtn()直接引用了闭包内变量domUtils,抛出异常domUtils is not defined。 需增加: var domUtils = UM.dom.domUtils;
问题2: umeditor,ueditor字体修改无效的问题 解决2: 在umeditor.min.js或者ueditor.min.js中搜索,obj.,修改成,,也就是去掉obj. https://blog.csdn.net/qq_33745933/article/details/100189939
异常: index.html通过enableBtn()、disableBtn()直接引用了闭包内变量domUtils,抛出异常domUtils is not defined。 需增加: var domUtils = UM.dom.domUtils;