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/home/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/mes/home/index.vue b/src/views/mes/home/index.vue
index a9a3ac2..258fbca 100644
--- a/src/views/mes/home/index.vue
+++ b/src/views/mes/home/index.vue
@@ -1,10 +1,10 @@
-<script lang="ts" setup>
+锘�<script lang="ts" setup>
 import type { MesHomeApi } from '#/api/mes/home';
 
 import { onMounted, ref } from 'vue';
 import { useRouter } from 'vue-router';
 
-import { Page } from '../../../packages/effects/common-ui/src';
+import { Page } from '@vben/common-ui';
 
 import { Col, Row } from 'ant-design-vue';
 
@@ -49,7 +49,7 @@
       </Col>
     </Row>
 
-    <!-- 绗笁琛岋細宸ュ崟鍒嗗竷 + 蹇嵎鍏ュ彛 -->
+    <!-- 绗笁琛岋細璁㈠崟鍒嗗竷 + 蹇嵎鍏ュ彛 -->
     <Row :gutter="16">
       <Col :lg="12" :md="24" :sm="24" :xl="12" :xs="24" class="mb-4">
         <WorkOrderChart />

--
Gitblit v1.9.3