From c87c46af739fe4b06d9b68c41f423f58817a4596 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 08 一月 2025 15:08:30 +0800 Subject: [PATCH] 外链独立 --- src/main.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 680da18..5549b74 100644 --- a/src/main.js +++ b/src/main.js @@ -45,11 +45,13 @@ import { getConfigKey } from "@/api/system/config"; import { parseTime, + formatTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree, + daysBetween, } from "@/utils/ruoyi"; import LemonMessageVoice from './websocket/lemon-message-voice'; Vue.component(LemonMessageVoice.name,LemonMessageVoice); @@ -91,6 +93,8 @@ Vue.prototype.getDicts = getDicts; 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; -- Gitblit v1.9.3