From 8866718edafe8f312feb1e7e4c3f9be531c0f7b2 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 26 十二月 2024 11:23:15 +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