From e055be49f28248806e3cee93593d9597ec7b268d Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 13 八月 2026 17:29:50 +0800
Subject: [PATCH] fix(config): 更新生产环境配置中的API服务器地址

---
 src/views/mes/cal/calendar/modules/type-view.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/mes/cal/calendar/modules/type-view.vue b/src/views/mes/cal/calendar/modules/type-view.vue
index 8088423..e8e7603 100644
--- a/src/views/mes/cal/calendar/modules/type-view.vue
+++ b/src/views/mes/cal/calendar/modules/type-view.vue
@@ -1,10 +1,10 @@
 <script lang="ts" setup>
-import type { DictDataType } from '..\..\..\..\..\packages\effects\hooks\src';
+import type { DictDataType } from '@vben/hooks';
 
 import { onMounted, ref } from 'vue';
 
-import { DICT_TYPE } from '..\..\..\..\..\packages\constants\src';
-import { getDictOptions } from '..\..\..\..\..\packages\effects\hooks\src';
+import { DICT_TYPE } from '@vben/constants';
+import { getDictOptions } from '@vben/hooks';
 
 import { CalendarPanel, useCalendar } from '../components';
 

--
Gitblit v1.9.3