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

详情页面跳转

parent 2ec94a96
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
</a> </a>
</div> </div>
<Layout> <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>
</Layout> </Layout>
</div> </div>
...@@ -62,6 +64,10 @@ export default { ...@@ -62,6 +64,10 @@ export default {
showMenuFn(){//this.$Message.info("展开左侧树") showMenuFn(){//this.$Message.info("展开左侧树")
this.showMenu = true this.showMenu = true
}, },
// 详情页面
detail(){
this.$router.push('technology/details')
},
} }
} }
</script> </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