Parcourir la source

Merge branch 'iteration-20241028-member' into dev

lex-xin il y a 6 mois
Parent
commit
866ab2e13a

+ 1 - 1
src/views/coursewarePlay/component/video-play.tsx

@@ -351,7 +351,7 @@ export default defineComponent({
         return
       }
 
-      const Authorization = sessionStorage.getItem('Authorization') || '';
+      // const Authorization = sessionStorage.getItem('Authorization') || '';
       // const origin = /(localhost|192)/.test(location.host)
       //   ? 'https://test.gym.lexiaoya.cn'
       //   : location.origin;

+ 2 - 2
src/views/coursewarePlay/index.tsx

@@ -1055,8 +1055,8 @@ export default defineComponent({
                               return
                             }
 
-                            const Authorization =
-                              sessionStorage.getItem('Authorization') || '';
+                            // const Authorization =
+                            //   sessionStorage.getItem('Authorization') || '';
                             const origin = /(localhost|192)/.test(location.host)
                               ? 'https://test.gym.lexiaoya.cn/'
                               : location.origin;