|
|
@ -52,7 +52,7 @@ export default { |
|
|
|
// eslint-disable-next-line no-undef |
|
|
|
// eslint-disable-next-line no-undef |
|
|
|
this.instance = UE.getEditor(this.randomId, { |
|
|
|
this.instance = UE.getEditor(this.randomId, { |
|
|
|
UEDITOR_HOME_URL: Setting.isDev ? '/static/components/ueditorPlus/' : '/front/static/components/ueditorPlus/', |
|
|
|
UEDITOR_HOME_URL: Setting.isDev ? '/static/components/ueditorPlus/' : '/front/static/components/ueditorPlus/', |
|
|
|
serverUrl: "http://121.37.12.51/exam/exam/upload/configAndUpload", |
|
|
|
serverUrl: "https://huorantech.cn/exam/exam/upload/configAndUpload", |
|
|
|
plugins: 'gapfilling', |
|
|
|
plugins: 'gapfilling', |
|
|
|
...this.config |
|
|
|
...this.config |
|
|
|
}) |
|
|
|
}) |
|
|
|