From 27cd042df9aca0383a49f3514bc21958dd890912 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 29 六月 2026 15:42:23 +0800
Subject: [PATCH] 银川 1.联调产品维护页面 2.添加IM即时通讯模块

---
 src/views/crm/customer/pool/index.vue |   18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/src/views/crm/customer/pool/index.vue b/src/views/crm/customer/pool/index.vue
index 7a048e2..ce4a1a6 100644
--- a/src/views/crm/customer/pool/index.vue
+++ b/src/views/crm/customer/pool/index.vue
@@ -4,8 +4,8 @@
 
 import { useRouter } from 'vue-router';
 
-import { DocAlert, Page } from '..\..\..\..\packages\effects\common-ui\src';
-import { downloadFileFromBlobPart } from '..\..\..\..\packages\utils\src';
+import { Page } from '../../../../packages/effects/common-ui/src';
+import { downloadFileFromBlobPart } from '../../../../packages/utils/src';
 
 import { Button } from 'ant-design-vue';
 
@@ -61,19 +61,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert
-        title="銆愬鎴枫�戝鎴风鐞嗐�佸叕娴峰鎴�"
-        url="https://doc.iocoder.cn/crm/customer/"
-      />
-      <DocAlert
-        title="銆愰�氱敤銆戞暟鎹潈闄�"
-        url="https://doc.iocoder.cn/crm/permission/"
-      />
-    </template>
-
-    <Grid>
+  <Page auto-content-height><Grid>
       <template #toolbar-tools>
         <TableAction
           :actions="[

--
Gitblit v1.9.3