From b7eb1da8220f5b72f6891c3c6471ca386604cce4 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 19 八月 2026 10:38:21 +0800
Subject: [PATCH] feat(dashboard): 添加一袋一码首页并重构相关枚举常量

---
 src/views/ai/image/index/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/ai/image/index/index.vue b/src/views/ai/image/index/index.vue
index 9c6bcb4..5ddc5c8 100644
--- a/src/views/ai/image/index/index.vue
+++ b/src/views/ai/image/index/index.vue
@@ -4,8 +4,8 @@
 
 import { nextTick, onMounted, ref } from 'vue';
 
-import { Page } from '../../../../packages/effects/common-ui/src';
-import { AiModelTypeEnum, AiPlatformEnum } from '../../../../packages/constants/src';
+import { Page } from '@vben/common-ui';
+import { AiModelTypeEnum, AiPlatformEnum } from '@vben/constants';
 
 import { Segmented } from 'ant-design-vue';
 

--
Gitblit v1.9.3