iOS 示例
- // 启动直达页面
NSString *pagePath = @"pages/component/view/view?action=redirect";
[DCUniMPSDKEngine openApp:k_AppId arguments:nil redirectPath:pagePath];
2.configuration.redirectPath = @"pages/member/index/index"
采用这两种方法启动小程序并直接打开的指定页面,无效,每次都会进入首页,这是需要配置吗??
0 个回复