|
|
@ -14,7 +14,7 @@ layui.define([ 'form','laytpl', 'laydate', 'table','element','handsOnSimulationT
|
|
|
|
layedit.set({ //富文本上传图片
|
|
|
|
layedit.set({ //富文本上传图片
|
|
|
|
uploadImage: {
|
|
|
|
uploadImage: {
|
|
|
|
url: Common.ctxPath + "/jlw/file/update.do",
|
|
|
|
url: Common.ctxPath + "/jlw/file/update.do",
|
|
|
|
imgUrl:"http://localhost:9090/server"
|
|
|
|
imgUrl:Common.ctxPath
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
var one = layedit.build('test-editor1'); //建立编辑器
|
|
|
|
var one = layedit.build('test-editor1'); //建立编辑器
|
|
|
|