Vue.js --页面关闭的问题

js

import { mapMutations } from 'vuex';
 
methods: {
  ...mapMutations(['closeTag']),
          handleCloseTag () {
                    this.closeTag({
                    name: '页面名称',
                    params: {        带参数的加
                              guid: this.routerParams,
      }
                    })  
          },
}
 
 
posted @ 2020-03-31 15:50  馨儿Y  阅读(3038)  评论(0)    收藏  举报