From 2540d86f0dbd77f654f558c3bf9d5ddbe7422f16 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 03 七月 2026 17:22:09 +0800
Subject: [PATCH] fix: 完成设计项目和归档台账接口对接,功能联调

---
 src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts b/src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts
index 8823096..7733476 100644
--- a/src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts
+++ b/src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts
@@ -1,14 +1,14 @@
 import type { Component, VNode } from 'vue';
 
-import type { Recordable } from '..\..\..\..\base\typings\src';
+import type { Recordable } from '../../../../base/typings/src';
 
 import type { AlertProps, BeforeCloseScope, PromptProps } from './alert';
 
 import { h, nextTick, ref, render } from 'vue';
 
-import { useSimpleLocale } from '..\..\..\..\composables\src';
-import { Input, VbenRenderContent } from '..\..\..\shadcn-ui\src';
-import { isFunction, isString } from '..\..\..\..\base\shared\src\utils';
+import { useSimpleLocale } from '../../../../composables/src';
+import { Input, VbenRenderContent } from '../../../shadcn-ui/src';
+import { isFunction, isString } from '../../../../base/shared/src/utils';
 
 import Alert from './alert.vue';
 

--
Gitblit v1.9.3