修改人员资料焦点冲突

This commit is contained in:
czz
2025-07-01 22:19:40 +08:00
parent 13eb25e1c3
commit ab895e7732
6 changed files with 31 additions and 109 deletions

View File

@@ -166,8 +166,11 @@ class _BluetoothPageState extends State<BluetoothPage> {
context, '详情', "/devicePeopleInfo",
arguments: obsData),
_buildMenuButton(
context, '人员资料', "/peopleInfoPage",
arguments: obsData,),
context,
'人员资料',
"/peopleInfoPage",
arguments: obsData,
),
_buildMenuButton(
context, '房间选择', "/roomPickerPage",
arguments: obsData),