Util.vue <script> import VueResource from 'vue-resource' function confirm(_this, operate, fun) { const h = _this.$createElement; _this.$msgbox({ title: '操作确认', message: h('p', null, [ h('span', null, '你是否确认 '), h('i', { style: 'color: #409EFF' }, op…