|
|
@ -6,7 +6,7 @@ layui.define([ 'form', 'laydate', 'table','resourcesQuestionApi',"layedit"], fun
|
|
|
|
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 questionStem_ = layedit.build('questionStem',{height:100}); //题干
|
|
|
|
var questionStem_ = layedit.build('questionStem',{height:100}); //题干
|
|
|
|