|
|
|
@ -49,6 +49,7 @@ |
|
|
|
|
UEDITOR_CORS_URL: CORS_URL, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
loadConfigFromServer: false, |
|
|
|
|
// 服务器统一请求接口路径
|
|
|
|
|
serverUrl: "http://192.168.31.51:9000/exam/exam/upload/configAndUpload", |
|
|
|
|
imageActionName: "imgUpload", |
|
|
|
@ -59,10 +60,12 @@ |
|
|
|
|
".gif", |
|
|
|
|
".bmp" |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
fontfamily: [], |
|
|
|
|
//工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的重新定义
|
|
|
|
|
// , "insertvideo"
|
|
|
|
|
toolbars: [ |
|
|
|
|
["fullscreen", "source", "|", "bold", "italic", "underline", "forecolor", "fontfamily", "fontsize", "|", "justifyleft", "justifycenter", "justifyright", "justifyjustify", "|", "insertimage", "inserttable", 'formula', "gapfilling", 'combox'] |
|
|
|
|
["fullscreen", "source", "|", "bold", "italic", "underline", "forecolor", "fontfamily", "fontsize", "|", "link", "unlink", "anchor", "|", "imagenone", "imageleft", "imagecenter", "imageright", "|", "justifyleft", "justifycenter", "justifyright", "justifyjustify", "|", "insertcode", "insertimage", "insertvideo", "inserttable", 'formula', "gapfilling", 'combox'] |
|
|
|
|
] |
|
|
|
|
// 公式配置
|
|
|
|
|
, formulaConfig: { |
|
|
|
@ -95,12 +98,19 @@ |
|
|
|
|
// return true;
|
|
|
|
|
// }
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 插入图片自定义配置
|
|
|
|
|
, imageConfig: { |
|
|
|
|
// 禁止本地上传
|
|
|
|
|
disableUpload: false, |
|
|
|
|
} |
|
|
|
|
, videoConfig: { |
|
|
|
|
disableUpload: false, |
|
|
|
|
selectCallback: null, |
|
|
|
|
} |
|
|
|
|
, videoActionName: 'imgUpload' |
|
|
|
|
, videoAllowFiles: [ |
|
|
|
|
".mp4", |
|
|
|
|
] |
|
|
|
|
, zIndex: 2000 |
|
|
|
|
, fullscreen: false |
|
|
|
|
|
|
|
|
|