@@ -83,6 +83,7 @@ const SportsClient: FC<Props> = (props) => {
// 销毁之前的实例并等待刷新完成
if(btRef.current){
+ // @ts-ignore
btRef.current?.kill();
}