From c80a7698101d3a27f5e40fe83ba1302758c55dd5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 三月 2025 16:37:30 +0800
Subject: [PATCH] ll

---
 admin/src/main.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/admin/src/main.js b/admin/src/main.js
index ec668b6..13a6171 100644
--- a/admin/src/main.js
+++ b/admin/src/main.js
@@ -12,7 +12,8 @@
 import plugins from './plugins'
 import { mapState, mapMutations } from 'vuex'
 import { fetchMenuTree } from './api/system/menu'
-
+import preventReClick from '@/directives/directive'
+Vue.use(preventReClick)
 Vue.config.productionTip = false
 Vue.use(ElementUI, {
   size: 'small'

--
Gitblit v1.9.3