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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index 5549b74..04d925e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -50,6 +50,7 @@
   addDateRange,
   selectDictLabel,
   selectDictLabels,
+  desensitization,
   handleTree,
   daysBetween,
 } from "@/utils/ruoyi";
@@ -77,6 +78,8 @@
 import components from "./components";
 // 璇煶缁勪欢
 import VueAudio from 'vue-audio-better'
+// 寮规鎷栧姩
+import '@/utils/drag.js';
 // 娉ㄥ唽杩囨护鍣�
 // 鑷畾涔夋寚浠�
 import * as directives from "./directives";
@@ -94,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