zk 1 год назад
Родитель
Сommit
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 {
     try {
+      Future.delayed(const Duration(seconds: 10), () {
+        throw Exception('导出超时');
+      });
       _temporaryController.value = temporaryController;
       _temporaryController.value = temporaryController;
       temporaryController.loadFlutterAsset(Assets.html.indexExport);
       temporaryController.loadFlutterAsset(Assets.html.indexExport);
       temporaryController.setNavigationDelegate(
       temporaryController.setNavigationDelegate(