去掉下拉菜单手电筒

it2023-07-09  69

diff --git a/apps/system/src/util/flashlight_helper.js b/apps/system/src/util/flashlight_helper.js index b9d5863..9f16c5b 100644 --- a/apps/system/src/util/flashlight_helper.js +++ b/apps/system/src/util/flashlight_helper.js @@ -10,7 +10,7 @@ class FlashlightHelper extends BaseModule {        // Do feature detection for flashlight.      if (navigator.getFlashlightManager) { -      this.capability = true; +      this.capability = false;//lj-   true;        navigator.getFlashlightManager().then(this.init.bind(this));      }    } luoj

最新回复(0)