From 2f239549668d012872c84230ac35eb56cc5f8cd3 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 29 Jun 2021 18:28:55 +0800 Subject: [PATCH] aa --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index ac31b59fc..ebbf662fa 100644 --- a/conf/config.json +++ b/conf/config.json @@ -9,7 +9,7 @@ "imageCompressBorder": 1600, /* 图片压缩最长边限制 */ "imageInsertAlign": "none", /* 插入的图片浮动方式 */ "imageUrlPrefix": "http://test1.jxc4.com", /* 图片访问路径前缀 */ - "imagePathFormat": "/img", /* /ueditor/jsp/upload/image上传保存路径,可以自定义保存路径和文件名格式 */ + "imagePathFormat": "", /* /ueditor/jsp/upload/image上传保存路径,可以自定义保存路径和文件名格式 */ /* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */ /* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */ /* {time} 会替换成时间戳 */