v4.2.0
更新内容
- 修复
loadRelations
方法异常 - 修复布局切换时因
KeepAlive
导致的页面白屏问题 - 补充
Renderer
缺少的属性 - 调整默认首页的动画效果
- 优化
_settings
接口, 避免数据库查询
低版本升级步骤
- 获取最新版本:
composer update slowlyo/owl-admin
- 发布前端资源:
php artisan admin:publish --assets --force
loadRelations
方法异常KeepAlive
导致的页面白屏问题Renderer
缺少的属性_settings
接口, 避免数据库查询composer update slowlyo/owl-admin
php artisan admin:publish --assets --force