lex 1 year ago
parent
commit
8b20be04f0

+ 1 - 3
src/views/student-register/digital-tools/index.tsx

@@ -41,9 +41,7 @@ export default defineComponent({
 
         <Popup v-model:show={forms.popupShow} class={styles.videoPopup}>
           {forms.popupShow && (
-            <MVideo
-              src={'https://daya.ks3-cn-beijing.ksyun.com/202105/SWmqmvW.mp4'}
-            />
+            <MVideo src={'https://oss.dayaedu.com/daya/202105/SWmqmvW.mp4'} />
           )}
         </Popup>
       </div>

+ 1 - 3
src/views/student-register/index.tsx

@@ -547,9 +547,7 @@ export default defineComponent({
 
         <Popup v-model:show={forms.popupShow} class={styles.videoPopup}>
           {forms.popupShow && (
-            <MVideo
-              src={'https://daya.ks3-cn-beijing.ksyun.com/202105/SWmqmvW.mp4'}
-            />
+            <MVideo src={'https://oss.dayaedu.com/daya/202105/SWmqmvW.mp4'} />
           )}
         </Popup>