From 9e3911480ea589b73dec7ca944334e742e627f6f Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 06 八月 2026 16:48:37 +0800
Subject: [PATCH] feat(bi): 新增仓库坐标配置功能并优化地图可视化效果

---
 src/api/crm/clue/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/crm/clue/index.ts b/src/api/crm/clue/index.ts
index 1100e30..bcd2315 100644
--- a/src/api/crm/clue/index.ts
+++ b/src/api/crm/clue/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '../../../packages/effects/request/src';
+import type { PageParam, PageResult } from '@vben/request';
 
 import type { CrmPermissionApi } from '#/api/crm/permission';
 

--
Gitblit v1.9.3