初始化layout修改为函数类型,可以在其中使用flask.session这种需要request的功能

This commit is contained in:
luojiaaoo 2025-03-23 12:00:20 +08:00
parent 47edaf8e26
commit 5fe4b5fda3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ initialize_database()
AccessFactory.check_access_meta()
# 全局功能组件+全局消息提示+全局通知信息+URL初始化中继组件+根容器
app.layout = fuc.FefferyTopProgress(
app.layout = lambda: fuc.FefferyTopProgress(
[
# 全局url监听组件仅仅起到监听的作用
fuc.FefferyLocation(id='global-url-location'),