zhaomingwork
2023-05-15 00de4511009a7fbbb88142b2b2a0faeaa0e3e7d9
funasr/runtime/html5/static/main.js
@@ -59,6 +59,7 @@
   } else if ( connState === 2 ) {
      stop();
      console.log( 'connecttion error' );
      setTimeout(function(){btnStart.disabled = true;info_div.innerHTML='connecttion error';}, 4000 );
   }
}