From 75242bbba28ae8902ddf86d33febb497d79e5fc3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 03 八月 2026 10:45:27 +0800
Subject: [PATCH] 银川 1.首页修改 2.ai辅助功能
---
src/components/dict-tag/dict-tag.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/dict-tag/dict-tag.vue b/src/components/dict-tag/dict-tag.vue
index 3b4bcf3..14cc34d 100644
--- a/src/components/dict-tag/dict-tag.vue
+++ b/src/components/dict-tag/dict-tag.vue
@@ -1,8 +1,8 @@
<script setup lang="ts">
import { computed } from 'vue';
-import { getDictObj } from '..\..\packages\effects\hooks\src';
-import { isValidColor, TinyColor } from '..\..\packages\utils\src';
+import { getDictObj } from '@vben/hooks';
+import { isValidColor, TinyColor } from '@vben/utils';
import { Tag } from 'ant-design-vue';
--
Gitblit v1.9.3