Vue.prototype.offlineTip = function (obj, fn) {
const h = this.$createElement;
const e1 = h('div', `名称:${
obj.name}`)
const e2 = h('div', `时间:${
obj.time}`)
return this.$notify({
title: '设备故障',
Notification 通知自定义样式
于 2024-04-18 14:56:52 首次发布