newpanjing / simpleui

A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨
https://newpanjing.github.io/simpleui_docs/
MIT License
3.47k stars 676 forks source link

Static file丢失 #461

Closed penghuixie closed 1 year ago

penghuixie commented 1 year ago

Django==3.2.6 django-simpleui==2023.3.1

不管是在debug = True 还是 False的情况下都会出现一个文件404错误 "GET /static/admin/simpleui-x/elementui/umd/locale/en.js?_=2.1.2 HTTP/1.1" 404

且使用uwsgi部署后,会出现部分图标缺失的情况 图标缺失时: image image

图标正常时(debug = True): image image

有任何疑问或解决方法,请联系: a_ziki@163.com 谢谢

nightzjp commented 1 year ago

静态文件用nginx代理了吗?

penghuixie commented 1 year ago

没有使用nginx代理静态文件,直接由uwsgi提供。目前只发现那几个图标缺失了,其余的UI能够正常显示

  @.***> 于2023年4月11日周二 11:36写道:

静态文件用nginx代理了吗?

— Reply to this email directly, view it on GitHub https://github.com/newpanjing/simpleui/issues/461#issuecomment-1502639404, or unsubscribe https://github.com/notifications/unsubscribe-auth/A37FDAY2KIDGPXAWDSYCR2DXATGS3ANCNFSM6AAAAAAWYVSQ6M . You are receiving this because you authored the thread.Message ID: @.***>

nightzjp commented 1 year ago

可以用nginx代理一下; 直接用uwsgi的话看看请求日志