diff --git a/lib/router/index/index_web_component.dart b/lib/router/index/index_web_component.dart index a5aae9e..9b8a392 100644 --- a/lib/router/index/index_web_component.dart +++ b/lib/router/index/index_web_component.dart @@ -166,6 +166,7 @@ class _IndexWebComponent extends State { webInfo.controller = controller; webInfo.title = title; webProvider.updateWebInfo(webInfo); + // TODO this setState will make windows's webview alway refresh ! setState(() {}); }