Commit 36630e87 authored by 黄奎's avatar 黄奎

js修改

parent f63cfbf8
......@@ -10,7 +10,7 @@ import 'element-ui/lib/theme-chalk/index.css';
import echarts from 'echarts'
import '../static/UE/ueditor.config.js'
import '../static/UE/ueditor.all.min.js'
import '../static/UE/ueditor.all.js'
import '../static/UE/lang/zh-cn/zh-cn.js'
import '../static/UE/ueditor.parse.min.js'
......
......@@ -23974,7 +23974,7 @@ UE.plugin.register('autosave', function (){
},
'contentchange': function () {
if (!me.getOpt('enableAutoSave')) {return;}
if ( !saveKey ) {
return;
}
......@@ -114,9 +114,9 @@
//,autoClearEmptyNode : true //getContent时,是否删除空的inlineElement节点(包括嵌套的情况)
//启用自动保存
//,enableAutoSave: true
,enableAutoSave: false
//自动保存间隔时间, 单位ms
//,saveInterval: 500
,saveInterval: 0
//,fullscreen : false //是否开启初始化时即全屏,默认关闭
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment