鸿蒙项目集成unisdk,openUniMP方法打开uni页面,uni项目设置的启动页失效,导致转场有空白页面,如何设置启动页?
const config: IOpenUniMPConfig = {
showCapsuleButton: false,
launcher: this.getBackGround
}
const mp = openUniMP(mpId, config)
当前尝试了IOpenUniMPConfig 里面的launcher 和 showSplashScreen 参数,都是无效的。
0 个回复