There was an error while loading. Please reload this page.
1 parent c85c933 commit 9a10806Copy full SHA for 9a10806
dist/static/UE/ueditor.config.js
@@ -19,7 +19,7 @@
19
* 因此,UEditor提供了针对不同页面的编辑器可单独配置的根路径,具体来说,在需要实例化编辑器的页面最顶部写上如下代码即可。当然,需要令此处的URL等于对应的配置。
20
* window.UEDITOR_HOME_URL = "/xxxx/xxxx/";
21
*/
22
- window.UEDITOR_HOME_URL = "/vue2-management-platform//static/UE/"
+ window.UEDITOR_HOME_URL = "/vue2-management-platform/static/UE/" // 为gh-pages添加,本地开发写"/static/UE/"足以
23
var URL = window.UEDITOR_HOME_URL || getUEBasePath();
24
console.log(URL)
25
/**
0 commit comments