我想实现 appDelegate中通过通知点击事件 来进行weex页面之间的跳转
例如: 收到通知消息 当前在weex-A页面 跳转到weex-B页面
WX_BaseViewController * base=[[WX_BaseViewController alloc]initWithSourceURL:[NSURL URLWithString:urlString] Dic:subDic]; [self.window.rootViewController presentModalViewController:base animated:YES];
我实现的代码是这样 但是发现跳到Weex-B页面以后返回不到weex-A页面 求大神指教
桃花长相依