更新控制跳转

This commit is contained in:
wyf
2025-07-01 21:01:28 +08:00
parent fea07492f7
commit d6e85aeea2
15 changed files with 350 additions and 238 deletions

View File

@@ -32,8 +32,8 @@ class WebviewTestController extends GetControllerEx<WebviewTestModel> {
WebviewTestController() : super(WebviewTestModel()) {
web = WebviewHelper(
jsbridge: buildsdk(
// father: this,
// clientId: '494641114',
father: this,
clientId: '494641114',
// dbgserverUrl: 'ws://192.168.1.2:9001',
),
settings: buildsettings(),
@@ -61,10 +61,6 @@ class WebviewTestController extends GetControllerEx<WebviewTestModel> {
return true;
});
bridge.sdk.selectDevice((args) async {
<<<<<<< HEAD
ef.log('selectDevice: $args');
selectDevice = args[0];
=======
try {
ef.log('selectDevice: $args');
selectDevice = args[0];
@@ -82,7 +78,6 @@ class WebviewTestController extends GetControllerEx<WebviewTestModel> {
//查询人员信息
>>>>>>> 13eb25e1c30dcd81c87aa85bcb5306ca0931ed21
return true;
});
bridge.sdk.updateBlueToothStatus((args) async {