appjson里的配置是
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
},
"scope.bluetooth": {
"desc": "用于连接智能硬件设备"
},
"scope.bluetoothScan": {
"desc": "用于搜索附近的蓝牙设备"
}
},
运行的时候看到有警告
invalid app.json window["disableScroll"]、app.json permission["scope.bluetooth"]、app.json permission["scope.bluetoothScan"],这是什么意思,会影响使用吗

截图看看呢 工具什么版本
这两个蓝牙的接口是不是已经被弃用了,开发管理里面就没找到