lex 1 год назад
Родитель
Сommit
09463aff8c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/courseware-play/component/listen-item/index.tsx

+ 1 - 1
src/views/courseware-play/component/listen-item/index.tsx

@@ -81,7 +81,7 @@ export default defineComponent({
       props.item.content
     }&type=listenMode&linkSource=class&isPreView=true`;
     if (/(localhost|192)/.test(location.host)) {
-      src = `https://test.kt.colexiu.com/instrument/#/view-figner?Authorization=${Authorization}&code=${props.item.content}&type=listenMode&linkSource=class&isPreView=true`;
+      src = `http://localhost:3001/instrument.html#/view-figner?Authorization=${Authorization}&code=${props.item.content}&type=listenMode&linkSource=class&isPreView=true`;
     }
 
     return () => (