From a78b97b7eda94afd0c869770c16688c020880a4a Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期三, 17 九月 2025 15:35:46 +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