From 86966ec9a83b93decbd93fc8ce2be1882d4c9775 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 13 七月 2026 10:33:56 +0800
Subject: [PATCH] 银川 1.项目打包报错修改

---
 src/components/table-action/table-action.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/table-action/table-action.vue b/src/components/table-action/table-action.vue
index cdf81a0..78220f5 100644
--- a/src/components/table-action/table-action.vue
+++ b/src/components/table-action/table-action.vue
@@ -6,10 +6,10 @@
 
 import { computed, unref, watch } from 'vue';
 
-import { useAccess } from '../../packages/effects/access/src';
-import { IconifyIcon } from '../../packages/icons/src';
-import { $t } from '../../packages/locales/src';
-import { isBoolean, isFunction } from '../../packages/utils/src';
+import { useAccess } from '@vben/access';
+import { IconifyIcon } from '@vben/icons';
+import { $t } from '@vben/locales';
+import { isBoolean, isFunction } from '@vben/utils';
 
 import {
   Button,

--
Gitblit v1.9.3