From bb52c6fc1455dfa67f345bc37973e954c8491a05 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期一, 15 九月 2025 17:13:49 +0800 Subject: [PATCH] 测试完成 --- src/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index e523ac8..04d925e 100644 --- a/src/main.js +++ b/src/main.js @@ -50,6 +50,7 @@ addDateRange, selectDictLabel, selectDictLabels, + desensitization, handleTree, daysBetween, } from "@/utils/ruoyi"; @@ -96,6 +97,7 @@ Vue.prototype.getConfigKey = getConfigKey; Vue.prototype.parseTime = parseTime; Vue.prototype.formatTime = formatTime; +Vue.prototype.desensitization = desensitization; Vue.prototype.daysBetween = daysBetween; Vue.prototype.resetForm = resetForm; Vue.prototype.addDateRange = addDateRange; -- Gitblit v1.9.3