diff --git a/package.json b/package.json index 61105c1..00a701e 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "dependencies": { "@ant-design/icons": "^4.2.1", "@antv/f2": "^3.7.7", + "@visactor/vchart": "^1.12.1", "@uiw/react-baidu-map": "^1.17.3", "@umijs/plugin-esbuild": "^1.0.1", "@umijs/plugin-sass": "^1.1.1", diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 83d0adf..8f7a0b9 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -132,7 +132,7 @@ export default function Layout({ children }: IRouteComponentProps) {