feat:强制 web 使用 initWithRoomUID 初始化

This commit is contained in:
eggmanQQQ
2024-10-08 11:47:06 +08:00
parent 259d161df8
commit 94c11e5148
44 changed files with 212 additions and 130 deletions

View File

@@ -258,7 +258,7 @@
}
- (void)pushWebViewWIthUrl:(NSString *)url {
XPWebViewController * webVC = [[XPWebViewController alloc] init];
XPWebViewController * webVC = [[XPWebViewController alloc] initWithRoomUID:nil];
webVC.url = url;
[self.navigationController pushViewController:webVC animated:YES];
}