Commit 6c87d8a4 by 肖康

合分支

parent 1e29c64d
<template>
<section>
<div class="header-page clr">
<i class="icon iconfont icon-xiangzuo fl"></i>
<i class="icon iconfont icon-xiangzuo fl" @click="historyback"></i>
<h3 class="title fl">{{title}}</h3>
<Menu v-if="meaushow" :color="color"></Menu>
</div>
......@@ -34,7 +34,9 @@ export default {
},
methods: {
historyback:function(){
history.go(-1)
}
},
components: {
Menu
......
This diff could not be displayed because it is too large.
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 sign in to comment