liushengqiang 2 년 전
부모
커밋
57e2f46d55
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/page-instrument/custom-plugins/helper-model/screen-model/index.tsx

+ 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>