|
@@ -10,7 +10,8 @@
|
|
|
</el-breadcrumb>
|
|
|
</template>
|
|
|
<div class="iframDiv">
|
|
|
- <iframe :src="iframeSrc" frameborder="0"></iframe>
|
|
|
+ <iframe :src="iframeSrc" frameborder="0" scrolling="no"
|
|
|
+ allow="camera *; fullscreen *;fullscreen 'src'"></iframe>
|
|
|
</div>
|
|
|
</el-page-header>
|
|
|
</template>
|
|
@@ -33,10 +34,10 @@ const iframeList = [
|
|
|
src: "//ai-demos.cocorobo.cn/labs/speech-recognition/"
|
|
|
},{
|
|
|
label: "图形化",
|
|
|
- src: "//pi.cocorobo.cn/?lang=zh-hans"
|
|
|
+ src: "//beta.v.cocorobo.cn/?lang=zh-hans"
|
|
|
},{
|
|
|
label: "Python",
|
|
|
- src: "//pi.cocorobo.cn/python/?lang=zh-hans"
|
|
|
+ src: "//beta.v.cocorobo.cn/python/?lang=zh-hans"
|
|
|
},{
|
|
|
label: "课程管理",
|
|
|
src: "//beta.pbl.cocorobo.cn/pbl-teacher-table/dist/#/course?userid=a77e9404-efec-11e9-96f9-028edca3b798&oid=45facc0a-1211-11ec-80ad-005056b86db5&org=&role=0"
|