js
import { mapMutations } from 'vuex';
methods: {
...mapMutations(['closeTag']),
handleCloseTag () {
this.closeTag({
name: '页面名称',
params: { 带参数的加
guid: this.routerParams,
}
})
},
}