src/main.js
@@ -51,6 +51,7 @@ selectDictLabel, selectDictLabels, handleTree, daysBetween, } from "@/utils/ruoyi"; import LemonMessageVoice from './websocket/lemon-message-voice'; Vue.component(LemonMessageVoice.name,LemonMessageVoice); @@ -93,6 +94,7 @@ Vue.prototype.getConfigKey = getConfigKey; Vue.prototype.parseTime = parseTime; Vue.prototype.formatTime = formatTime; Vue.prototype.daysBetween = daysBetween; Vue.prototype.resetForm = resetForm; Vue.prototype.addDateRange = addDateRange; Vue.prototype.selectDictLabel = selectDictLabel;