From afaff10d7dbcfff40ce746491988e6ca83df779e Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Tue, 17 Dec 2019 08:37:34 +0800 Subject: [PATCH] UEDITOR_HOME_URL --- src/components/d2-ueditor/ueditor.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/d2-ueditor/ueditor.config.js b/src/components/d2-ueditor/ueditor.config.js index 8cff9bb8..1ce34239 100644 --- a/src/components/d2-ueditor/ueditor.config.js +++ b/src/components/d2-ueditor/ueditor.config.js @@ -1,5 +1,5 @@ export default { - UEDITOR_HOME_URL: '/lib/UEditor/', + UEDITOR_HOME_URL: `${process.env.BASE_URL}/lib/UEditor/`, // 编辑器不自动被内容撑高 autoHeightEnabled: false, // 初始容器高度