|
@@ -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 () => (
|