mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 19:29:48 +00:00
fix: 远程应用图标无法显示问题
This commit is contained in:
@@ -264,6 +264,7 @@ STATICFILES_DIRS = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Media files (File, ImageField) will be save these
|
# Media files (File, ImageField) will be save these
|
||||||
|
MEDIA_URL = '/media/'
|
||||||
MEDIA_ROOT = os.path.join(PROJECT_DIR, 'data', 'media').replace('\\', '/') + '/'
|
MEDIA_ROOT = os.path.join(PROJECT_DIR, 'data', 'media').replace('\\', '/') + '/'
|
||||||
|
|
||||||
PRIVATE_STORAGE_ROOT = MEDIA_ROOT
|
PRIVATE_STORAGE_ROOT = MEDIA_ROOT
|
||||||
|
Reference in New Issue
Block a user