From d78791713edbe8e80fb06f08e3474ac0491ebc9b Mon Sep 17 00:00:00 2001
From: 15815213711 <a13118667520@163.com>
Date: 星期三, 30 七月 2025 10:41:27 +0800
Subject: [PATCH] 修改ID,修改加密方式

---
 ui/admin-ui3/src/plugins/index.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ui/admin-ui3/src/plugins/index.ts b/ui/admin-ui3/src/plugins/index.ts
index c67b7ba..cc39b5c 100644
--- a/ui/admin-ui3/src/plugins/index.ts
+++ b/ui/admin-ui3/src/plugins/index.ts
@@ -5,7 +5,7 @@
 import modal from "@/plugins/modal";
 import download from "@/plugins/download";
 import {useDict} from "@/utils/dict";
-import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel } from '@/utils/ruoyi'
+import { parseTime, resetForm, addDateRange,addDateRangeNew, handleTree, selectDictLabel } from '@/utils/ruoyi'
 
 
 export default function installPlugins(app: App<Element>) {
@@ -24,6 +24,7 @@
     app.config.globalProperties.parseTime = parseTime;
     app.config.globalProperties.resetForm = resetForm;
     app.config.globalProperties.addDateRange = addDateRange;
+    app.config.globalProperties.addDateRangeNew = addDateRangeNew;
     app.config.globalProperties.handleTree = handleTree;
     app.config.globalProperties.selectDictLabel = selectDictLabel;
 }
\ No newline at end of file

--
Gitblit v1.8.0