lsc hace 18 horas
padre
commit
b121d0fbce
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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) {