更新web实时数据

This commit is contained in:
wyf
2025-06-24 17:14:46 +08:00
parent 65f7b577df
commit df1a494917
7 changed files with 229 additions and 19 deletions

View File

@@ -138,9 +138,9 @@ class _MattressControlPageState extends State<MattressControlPage> {
body: SafeArea(
child: WebviewTestView(
oncreate: (widget) {
return WebviewTestController();
},
// oncreate: (widget) {
// return WebviewTestController();
// },
),
),
))));