From 15ed0ecd6d71056ac3f64e488121ff6edea629c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9B=E9=9B=A8OL?= <137056680@qq.com> Date: Mon, 15 Aug 2022 15:25:49 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E5=88=B6=E5=A4=96=E9=83=A8=E7=BD=91?= =?UTF-8?q?=E9=A1=B5=E4=BF=A1=E6=81=AF=E6=97=B6=E5=9B=BE=E7=89=87=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E8=BF=94=E5=9B=9E=E4=B8=8D=E5=B8=A6/upload=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=EF=BC=8C=E9=80=A0=E6=88=90=E5=9B=BE=E7=89=87=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E4=B8=8D=E5=88=B0=E3=80=82=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 飛雨OL <137056680@qq.com> --- src/main/webapp/static/plugins/ueditor/1.4.3.3/jsp/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], /* 抓取图片格式显示 */