bug修改
This commit is contained in:
parent
2605d1b157
commit
cc1c36fabd
@ -112,7 +112,7 @@
|
|||||||
// 初始化正文富文本
|
// 初始化正文富文本
|
||||||
function initContentRichText(value) {
|
function initContentRichText(value) {
|
||||||
var editor = new wangEditor('#content');
|
var editor = new wangEditor('#content');
|
||||||
editor.customConfig.zIndex = 1000;
|
editor.customConfig.zIndex = 0;
|
||||||
editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024;
|
editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024;
|
||||||
editor.customConfig.uploadImgMaxLength = 1;
|
editor.customConfig.uploadImgMaxLength = 1;
|
||||||
editor.customConfig.uploadFileName = 'image';
|
editor.customConfig.uploadFileName = 'image';
|
||||||
|
Loading…
Reference in New Issue
Block a user