1
0
mirror of synced 2025-12-17 02:38:04 +08:00
Files
AJ-Report/report-ui/node_modules_echarts_need/readme
2025-01-16 17:21:11 +08:00

9 lines
392 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1、执行完npm install后需要将map文件夹拷贝到node_modules/echarts/文件夹下,
因为echarts v5.0之后的版本不在包含map文件夹
2、执行完1之后需要修改 report-ui/node_modules/echarts目录下的package.json
在“sideEffects”追加 "map/js/*.js" 和 "map/js/province/*.js"
不明白可参考https://blog.csdn.net/m0_45159572/article/details/130077091