master
xcw 2023-03-14 09:17:08 +08:00
parent dbe1f7728d
commit bfa4e3054d
5 changed files with 38 additions and 6 deletions

View File

@ -28,6 +28,37 @@
pname: "com.samton", //Bapp
});
},
// backHome() {
// //宿
// var main = plus.android.runtimeMainActivity();
// //AndroidIntent
// var Intent = plus.android.importClass("android.content.Intent");
// //宿 intent
// var intent = new Intent(main.getIntent());
// //Activity com.HBuilder.integrate.MainActivity
// intent.setClassName(main, "com.samton.reception.mvp.ui.activity.ReceptionActivity");
// //
// intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
// //uniandroid
// intent.putExtra("uni_key","uniapp");
// //
// var CODE_REQUEST=1000
// //startActivityForResult CODE_REQUEST
// main.startActivityForResult(intent,CODE_REQUEST);
// //
// main.onActivityResult = function(requestCode, resultCode, data) {
// if (requestCode == CODE_REQUEST) {
// // alert(requestCode); // 1000
// // alert(resultCode); //0
// // alert(data); // undefined
// }
// }
// }
}
}
</script>

View File

@ -9,9 +9,10 @@
data() {
return {
macStr: '', //mac
allowMac: ['08:E9:F6:84:C8:6E', '08:00:27:3F:90:0B', '00:DB:19:F0:1A:F6', '00:DB:A8:8A:16:77','08:00:27:BD:B8:40'], //mac
allowMac: ['08:E9:F6:84:C8:6E', '08:00:27:3F:90:0B', '00:DB:19:F0:1A:F6', '00:DB:A8:8A:16:77','08:00:27:BD:B8:40','08:E9:F6:84:A8:AA','B8:13:32:65:A8:1C'], //mac
}
},
onLoad() {
// #ifdef APP
// JavaNetworklnterfaceIP

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long