lsc 14 hours ago
parent
commit
b121d0fbce
1 changed files with 6 additions and 0 deletions
  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) {
   catch (error) {