提交 0a379d91 authored 作者: zyx's avatar zyx

增加点击跳转

上级 ee4f119d
......@@ -90,7 +90,7 @@
</it-em> -->
<template #footer>
<div class="app-container-ft">
<el-button type="primary" size="mini">开始实训</el-button>
<el-button type="primary" size="mini" @click="open()">开始实训</el-button>
<el-button type="primary" size="mini" @click="jump()">查看背景详情</el-button>
</div>
</template>
......@@ -154,6 +154,9 @@ export default {
if (this.activeIndex !== -1) {
this.$router.push('/yhfq/alfx')
}
},
open() {
window.location.href = 'http://eademo-test.ezijing.com/app.html#/InAppList'
}
}
}
......
......@@ -38,7 +38,7 @@
</it-em>
<template #footer>
<div class="app-container-ft">
<el-button type="primary" size="mini">开始实训</el-button>
<el-button type="primary" size="mini" @click="open()">开始实训</el-button>
</div>
</template>
</app-container>
......@@ -55,6 +55,9 @@ export default {
methods: {
out() {
this.$router.push('/yhfq/albj')
},
open() {
window.location.href = 'http://eademo-test.ezijing.com/app.html#/InAppList'
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论