From 8a56f66bb67945c8a3b2d908dad94dd152c88691 Mon Sep 17 00:00:00 2001 From: liangkun Date: Mon, 11 Apr 2022 17:15:50 +0800 Subject: [PATCH] =?UTF-8?q?ue=20editor=20=E5=A2=9E=E5=8A=A0=E9=95=BF?= =?UTF-8?q?=E9=98=B3=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=8A=B2=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Content/ueditor/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/config/config.json b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/config/config.json index 5f18840f7..f399b8510 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/config/config.json +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/config/config.json @@ -8,7 +8,7 @@ "imageCompressEnable": true, /* 是否压缩图片,默认是true */ "imageCompressBorder": 1600, /* 图片压缩最长边限制 */ "imageInsertAlign": "none", /* 插入的图片浮动方式 */ - "imageUrlPrefix": "/ueditor/", /* 图片访问路径前缀 */ + "imageUrlPrefix": "http://219.139.155.38:443/ueditor/", /* 图片访问路径前缀 */ "imagePathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ /* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */ /* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */