From f55aa5e577da4b73b3619658b418c5a87e004501 Mon Sep 17 00:00:00 2001 From: "hong.yang" Date: Mon, 10 Jul 2023 09:47:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去除多余依赖 --- data-room-ui/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data-room-ui/package.json b/data-room-ui/package.json index 49beee7f..7082a2ad 100644 --- a/data-room-ui/package.json +++ b/data-room-ui/package.json @@ -82,8 +82,7 @@ "vue-video-player": "^5.0.1", "vuedraggable": "^2.24.3", "vuex": "3.1.0", - "ztree": "3.5.24", - "@antv/g6": "^4.7.3" + "ztree": "3.5.24" }, "devDependencies": { "@babel/core": "^7.12.16",