更新设备wifi

This commit is contained in:
wyf
2025-07-22 20:49:17 +08:00
parent e80011161c
commit eaa64edcd0
12 changed files with 687 additions and 302 deletions

View File

@@ -238,7 +238,7 @@ class WebviewTestController extends GetControllerEx<WebviewTestModel> {
// 删除已有的同 mac 项
instantData.removeWhere((element) => element['mac'] == mac);
// 添加新的数据
instantData.add(newData);
instantData.add(newData);
}
}
} catch (e) {