|
@@ -25,7 +25,7 @@ export default defineComponent({
|
|
|
}/classroom-app/#/tempo-practice?v=${+new Date()}&platform=modal&dataJson=${
|
|
|
props.item.dataJson
|
|
|
}&Authorization=${userStore.getToken}&win=pc`;
|
|
|
- if (/(localhost|192)/.test(location.host)) {
|
|
|
+ if (/(localhost)/.test(location.host)) {
|
|
|
src = `http://localhost:9002/#/tempo-practice?v=${+new Date()}&platform=modal&dataJson=${
|
|
|
props.item.dataJson
|
|
|
}&Authorization=${userStore.getToken}&win=pc`;
|