Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
15ed0ecd
Unverified
Commit
15ed0ecd
authored
Aug 15, 2022
by
飛雨OL
Committed by
Gitee
Aug 15, 2022
Browse files
复制外部网页信息时图片上传返回不带/upload路径,造成图片访问不到。问题修复
Signed-off-by:
飛雨OL
<
137056680@qq.com
>
parent
38816bf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/static/plugins/ueditor/1.4.3.3/jsp/config.json
View file @
15ed0ecd
...
...
@@ -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
"], /* 抓取图片格式显示 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment