diff --git a/src/main/webapp/static/plugins/ueditor/1.4.3.3/jsp/config.json b/src/main/webapp/static/plugins/ueditor/1.4.3.3/jsp/config.json index 53b6c977..621c9c1b 100644 --- a/src/main/webapp/static/plugins/ueditor/1.4.3.3/jsp/config.json +++ b/src/main/webapp/static/plugins/ueditor/1.4.3.3/jsp/config.json @@ -42,7 +42,7 @@ "catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */ "catcherFieldName": "source", /* 提交的图片列表表单名称 */ "catcherPathFormat": "/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ - "catcherUrlPrefix": "", /* 图片访问路径前缀 */ + "catcherUrlPrefix": "/upload", /* 图片访问路径前缀 */ "catcherMaxSize": 2048000, /* 上传大小限制,单位B */ "catcherAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 抓取图片格式显示 */