Commit 0783264b authored by 康振飞's avatar 康振飞

详情页面跳转

parent 2ec94a96
......@@ -22,7 +22,9 @@
</a>
</div>
<Layout>
<Content :class="showMenu?'tech_body':'tech_body02'" :style="{ height: treeHeight + 'px' }">Content</Content>
<Content :class="showMenu?'tech_body':'tech_body02'" :style="{ height: treeHeight + 'px' }">
<a class="detail_href" @click="detail"> <Icon type="ios-undo-outline" />详情页面</a>
</Content>
</Layout>
</Layout>
</div>
......@@ -62,6 +64,10 @@ export default {
showMenuFn(){//this.$Message.info("展开左侧树")
this.showMenu = true
},
// 详情页面
detail(){
this.$router.push('technology/details')
},
}
}
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment