lsc 18 giờ trước cách đây
mục cha
commit
b121d0fbce
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/Editor/Canvas/index.vue

+ 6 - 0
src/views/Editor/Canvas/index.vue

@@ -292,6 +292,12 @@ const getCourseDetail = async () => {
           }
         }
       }
+      else {
+        if (typeof window !== 'undefined') {
+          const win = window as any
+          win.pptLoading = 2
+        }
+      }
     }
   }
   catch (error) {