Commit 6c87d8a4 by 肖康

合分支

parent 1e29c64d
<template> <template>
<section> <section>
<div class="header-page clr"> <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> <h3 class="title fl">{{title}}</h3>
<Menu v-if="meaushow" :color="color"></Menu> <Menu v-if="meaushow" :color="color"></Menu>
</div> </div>
...@@ -34,7 +34,9 @@ export default { ...@@ -34,7 +34,9 @@ export default {
}, },
methods: { methods: {
historyback:function(){
history.go(-1)
}
}, },
components: { components: {
Menu 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