增加对水星IPC的兼容
增加对SIP错误的订阅,刷新通道或点播或回放出现sip错误时及时返回给页面 优化UI,增加按钮loading
This commit is contained in:
@@ -34,6 +34,7 @@ public class SpringBeanFactory implements ApplicationContextAware {
|
||||
* 获取对象 这里重写了bean方法,起主要作用
|
||||
*/
|
||||
public static Object getBean(String beanId) throws BeansException {
|
||||
if (applicationContext == null) return null;
|
||||
return applicationContext.getBean(beanId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user