liushengqiang 2 år sedan
förälder
incheckning
57e2f46d55

+ 2 - 2
src/page-instrument/custom-plugins/helper-model/screen-model/index.tsx

@@ -13,10 +13,10 @@ export default defineComponent({
 				<div class={styles.container}>
 					<Tabs swipeable animated>
 						<Tab name="投屏" title="投屏">
-							<iframe src="https://online.colexiu.com/student/#/guide" />
+							<iframe src={`${location.origin}/classroom-app/#/guide`} />
 						</Tab>
 						<Tab name="帮助" title="帮助">
-							<iframe src="https://test.lexiaoya.cn/classroom-app/#/help-center?platformType=ANALYSIS" />
+							<iframe src={`${location.origin}/classroom-app/#/help-center?platformType=ANALYSIS`} />
 						</Tab>
 					</Tabs>
 				</div>