diff --git a/web/apps/web-ele/src/components/ai-chat-panel/AiChatPanel.vue b/web/apps/web-ele/src/components/ai-chat-panel/AiChatPanel.vue index f1458d2..6bfd639 100644 --- a/web/apps/web-ele/src/components/ai-chat-panel/AiChatPanel.vue +++ b/web/apps/web-ele/src/components/ai-chat-panel/AiChatPanel.vue @@ -34,6 +34,7 @@ import { ChatBox } from '#/components/ChatBox'; import { useChatApi } from './composables/useChatApi'; import { useEventHandler } from './composables/useEventHandler'; +import LiteDesignPreviewPanel from './LiteDesignPreviewPanel.vue'; const AppDesignPanel = defineAsyncComponent(() => import('#/components/form-editor/AppDesignPanel.vue'), @@ -50,9 +51,6 @@ const DashboardDesignConfirmPanel = defineAsyncComponent(() => const DashboardPublishConfirmPanel = defineAsyncComponent(() => import('#/components/form-editor/DashboardPublishConfirmPanel.vue'), ); -const DesignEditorPanel = defineAsyncComponent(() => - import('#/components/form-editor/DesignEditorPanel.vue'), -); const SystemSummaryConfirmPanel = defineAsyncComponent(() => import('#/components/form-editor/SystemSummaryConfirmPanel.vue'), ); @@ -1018,7 +1016,7 @@ onUnmounted(() => { /> - {