From d9cfc78063fd297137fcbad3d299f8f135f99e4b Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Sun, 15 Sep 2024 12:17:37 +0800 Subject: [PATCH] 1、地域js顺序修改,2、自行受理跳转修改 --- gz-customerSystem/package.json | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/gz-customerSystem/package.json b/gz-customerSystem/package.json index 9093cd5..92498ec 100644 --- a/gz-customerSystem/package.json +++ b/gz-customerSystem/package.json @@ -9,6 +9,7 @@ "@ant-design/plots": "^1.2.5", "@antv/g2": "^4.2.1", "@arco-design/web-react": "^2.63.1", + "@arco-themes/react-gzzz": "^0.0.2", "@craco/craco": "^6.4.3", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.2", @@ -22,6 +23,8 @@ "import": "0.0.6", "prop-types": "^15.8.1", "react": "^17.0.2", + "react-bmapgl": "^0.2.27", + "react-custom-scrollbars": "^4.2.1", "react-dom": "^17.0.2", "react-infinite-scroll-component": "^6.1.0", "react-router-dom": "^6.2.1", @@ -53,5 +56,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "@arco-plugins/vite-react": "^1.3.3" } } -- Gitblit v1.8.0