feat:修复跳过配网后使用物理返回键又返回到添加锁的页面
This commit is contained in:
parent
dc37b42977
commit
a2fd315e86
@ -79,7 +79,7 @@ class _WifiListPageState extends State<WifiListPage> {
|
||||
borderRadius: 20.w,
|
||||
padding: EdgeInsets.only(top: 25.w, bottom: 25.w),
|
||||
onClick: () {
|
||||
Get.offAndToNamed(Routers.starLockMain);
|
||||
Get.offAllNamed(Routers.starLockMain);
|
||||
},
|
||||
)
|
||||
: Container(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user