删掉 中航锐创 实训平台 虚拟cctv页面 退出按钮

This commit is contained in:
joylink_cuiweidong 2021-09-13 09:28:02 +08:00
parent 745a2439b7
commit a4cab2090e

View File

@ -12,11 +12,11 @@
</video> </video>
</div> </div>
</div> </div>
<div class="menudown"> <!-- <div class="menudown">
<el-button-group> <el-button-group>
<el-button type="primary" @click="back">退出</el-button> <el-button type="primary" @click="back">退出</el-button>
</el-button-group> </el-button-group>
</div> </div> -->
</div> </div>
</template> </template>
<script> <script>
@ -46,9 +46,9 @@ export default {
} }
}, },
methods:{ methods:{
back() { // back() {
window.close(); // window.close();
} // }
} }
}; };
</script> </script>