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