// manifest.json中需要配置 app-plus : { usingComponents : true, nvueCompiler : uni-app, nvueStyleCompiler : uni-app, compilerVersion : 3, splashscreen : { alwaysShowBeforeRender : true, waiting : true, autoclose : true, delay : 0 }, /* 模块配置 */ modules : { VideoPlayer : {}, OAuth : {}, Payment : {}, Share : {}, iBeacon : {}, Geolocation : {}, Maps : {}, Barcode : {}, Bluetooth : {}, Camera : {} }, }如上代码必须要配置modules中的videoPlayer:{}必须要增加这一行才能正常加载