From 16255a805681a7a7bf813bcfbde752fbfb4b8256 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 10 八月 2026 09:16:28 +0800
Subject: [PATCH] chore(config): 更新生产环境API服务器配置

---
 src/views/erp/home/index.vue |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/views/erp/home/index.vue b/src/views/erp/home/index.vue
index e70b869..2c4ea52 100644
--- a/src/views/erp/home/index.vue
+++ b/src/views/erp/home/index.vue
@@ -1,7 +1,7 @@
 <script lang="ts" setup>
 import { ref } from 'vue';
 
-import { DocAlert, Page } from '..\..\..\packages\effects\common-ui\src';
+import { Page } from '@vben/common-ui';
 
 import { Col, Row, Spin } from 'ant-design-vue';
 
@@ -15,15 +15,7 @@
 </script>
 
 <template>
-  <Page>
-    <template #doc>
-      <DocAlert
-        title="ERP 鎵嬪唽锛堝姛鑳藉紑鍚級"
-        url="https://doc.iocoder.cn/erp/build/"
-      />
-    </template>
-
-    <Spin :spinning="loading">
+  <Page><Spin :spinning="loading">
       <div class="flex flex-col gap-4">
         <!-- 閿�鍞�/閲囪喘鐨勫叏灞�缁熻 -->
         <SummaryCard />

--
Gitblit v1.9.3