Skip to content

Commit 9a10806

Browse files
committed
为gh-pages修改路径
1 parent c85c933 commit 9a10806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/static/UE/ueditor.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* 因此,UEditor提供了针对不同页面的编辑器可单独配置的根路径,具体来说,在需要实例化编辑器的页面最顶部写上如下代码即可。当然,需要令此处的URL等于对应的配置。
2020
* window.UEDITOR_HOME_URL = "/xxxx/xxxx/";
2121
*/
22-
window.UEDITOR_HOME_URL = "/vue2-management-platform//static/UE/"
22+
window.UEDITOR_HOME_URL = "/vue2-management-platform/static/UE/" // 为gh-pages添加,本地开发写"/static/UE/"足以
2323
var URL = window.UEDITOR_HOME_URL || getUEBasePath();
2424
console.log(URL)
2525
/**

0 commit comments

Comments
 (0)