Browse Source

Update index.tsx

lex 1 year ago
parent
commit
09463aff8c
1 changed files with 1 additions and 1 deletions
  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
       props.item.content
     }&type=listenMode&linkSource=class&isPreView=true`;
     }&type=listenMode&linkSource=class&isPreView=true`;
     if (/(localhost|192)/.test(location.host)) {
     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 () => (
     return () => (