复制外部网页信息时图片上传返回不带/upload路径,造成图片访问不到。问题修复

Signed-off-by: 飛雨OL <137056680@qq.com>
This commit is contained in:
飛雨OL 2022-08-15 15:25:49 +00:00 committed by Gitee
parent 38816bf61b
commit 15ed0ecd6d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
"catcherActionName": "catchimage", /* action */ "catcherActionName": "catchimage", /* action */
"catcherFieldName": "source", /* */ "catcherFieldName": "source", /* */
"catcherPathFormat": "/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* , */ "catcherPathFormat": "/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* , */
"catcherUrlPrefix": "", /* 访 */ "catcherUrlPrefix": "/upload", /* 访 */
"catcherMaxSize": 2048000, /* B */ "catcherMaxSize": 2048000, /* B */
"catcherAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* */ "catcherAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* */