From b64a0deae5b5d33f9e20671a68936b27f0b9b00b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 21 七月 2026 18:03:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0

---
 src/views/system/menu/data.ts |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/system/menu/data.ts b/src/views/system/menu/data.ts
index e907c8a..ae36b05 100644
--- a/src/views/system/menu/data.ts
+++ b/src/views/system/menu/data.ts
@@ -1,4 +1,4 @@
-import type { Recordable } from '..\..\..\packages\types\src';
+import type { Recordable } from '@vben/types';
 
 import type { VbenFormSchema } from '#/adapter/form';
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
@@ -10,10 +10,10 @@
   CommonStatusEnum,
   DICT_TYPE,
   SystemMenuTypeEnum,
-} from '..\..\..\packages\constants\src';
-import { getDictOptions } from '..\..\..\packages\effects\hooks\src';
-import { IconifyIcon } from '..\..\..\packages\icons\src';
-import { handleTree, isHttpUrl } from '..\..\..\packages\utils\src';
+} from '@vben/constants';
+import { getDictOptions } from '@vben/hooks';
+import { IconifyIcon } from '@vben/icons';
+import { handleTree, isHttpUrl } from '@vben/utils';
 
 import { z } from '#/adapter/form';
 import { getMenuList } from '#/api/system/menu';
@@ -101,7 +101,7 @@
       component: 'IconPicker',
       componentProps: {
         placeholder: '璇烽�夋嫨鑿滃崟鍥炬爣',
-        prefix: 'carbon',
+        prefix: 'ep',
       },
       rules: 'required',
       dependencies: {

--
Gitblit v1.9.3