lsc 11 ساعت پیش
والد
کامیت
b121d0fbce
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  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) {