From 8e94706c3cda9ee1412d397692a5e0a1f226534c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 18 十一月 2025 13:40:46 +0800
Subject: [PATCH] 海川开心-人员选择页面头部修改

---
 src/directive/index.ts |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/directive/index.ts b/src/directive/index.ts
new file mode 100644
index 0000000..bbb6bb7
--- /dev/null
+++ b/src/directive/index.ts
@@ -0,0 +1,18 @@
+// #ifdef APP-VUE || H5
+import copyText from './common/copyText'
+// #endif
+import hasRole from './permission/hasRole'
+import hasPermi from './permission/hasPermi'
+import focus from './common/focus'
+import full from './common/full'
+import { App } from 'vue'
+
+export default function directive(app: App) {
+  // #ifdef APP-VUE || H5
+  app.directive('copyText', copyText)
+  // #endif
+  app.directive('hasRole', hasRole)
+  app.directive('hasPermi', hasPermi)
+  app.directive('focus', focus)
+  app.directive('full', full)
+}
\ No newline at end of file

--
Gitblit v1.9.3