Skip to content

Commit 777b5b4

Browse files
committed
fix ueditor server url
1 parent ab4bb16 commit 777b5b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adminlte/static/plugins/ueditor/ueditor.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
UEDITOR_HOME_URL: URL
3131

3232
// 服务器统一请求接口路径
33-
, serverUrl: "/api/html_v1/pages/actions/upload"
33+
, serverUrl: "/api/ueditor_upload"
3434

3535
//工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的重新定义
3636
, toolbars: [[

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-adminlte-admin',
9-
version='0.4.5',
9+
version='0.4.6',
1010
packages=find_packages(),
1111
include_package_data=True,
1212
license='MIT License',

0 commit comments

Comments
 (0)