From 7b989d6982a1cc76ce00880e850b0b7b786651cc Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 17 九月 2025 10:57:27 +0800
Subject: [PATCH] feat: 资金管理

---
 package.json |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 24605cc..206a216 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
   "dependencies": {
     "@bole-12333/chat-kit": "latest",
     "@bole-12333/customer-chat": "latest",
-    "@bole-core/components": "^1.3.14",
+    "@bole-core/components": "^1.3.17",
     "@bole-core/core": "latest",
     "@bole-core/pretty-layout": "latest",
     "@bole-core/sass-utils": "latest",
@@ -140,7 +140,7 @@
     "vite-plugin-html": "^3.2.2",
     "vite-plugin-importus": "^1.0.5",
     "vite-plugin-live-reload": "^3.0.3",
-    "vite-plugin-mock": "^3.0.0",
+    "vite-plugin-mock": "3.0.0",
     "vite-plugin-remove-console": "^2.2.0",
     "vite-plugin-style-import": "^2.0.0",
     "vite-plugin-svg-icons": "^2.0.1",
@@ -154,8 +154,7 @@
       "xlsx-style@0.8.13": "patches/xlsx-style@0.8.13.patch"
     },
     "overrides": {
-      "vue": "3.5.11",
-      "@bole-core/components": "link:../boledocs-vue/packages/components"
+      "vue": "3.5.11"
     }
   }
 }

--
Gitblit v1.9.1