소스 검색

[new]增加导出超时

zk 1 년 전
부모
커밋
1ce3113aa0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lib/module/talk/controller.dart

+ 3 - 0
lib/module/talk/controller.dart

@@ -759,6 +759,9 @@ class TalkController extends BaseController {
     };
 
     try {
+      Future.delayed(const Duration(seconds: 10), () {
+        throw Exception('导出超时');
+      });
       _temporaryController.value = temporaryController;
       temporaryController.loadFlutterAsset(Assets.html.indexExport);
       temporaryController.setNavigationDelegate(