diff --git a/doc/docs/guide/briefSupport.md b/doc/docs/guide/briefSupport.md
index 82083132..4551dca1 100644
--- a/doc/docs/guide/briefSupport.md
+++ b/doc/docs/guide/briefSupport.md
@@ -1,9 +1,5 @@
**如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues)
**
-个人企业微信:加微信进群备注AJ-Report或者Report
-如果不是为了进群,请直接说明来意,每天加群的都很多,企微也是我们自己的工作企微,会有很多消息会被刷下去,如果半天没有回复你,请发送多次
+请直接访问项目首页,往下翻即可看到入群二维码:[AJ-Report](https://gitee.com/anji-plus/report)
-
-
-
-#### 开源不易,劳烦各位star ☺
\ No newline at end of file
+#### 开源不易,劳烦各位star ☺
diff --git a/doc/docs/guide/question.md b/doc/docs/guide/question.md
index e5e08704..faedc415 100644
--- a/doc/docs/guide/question.md
+++ b/doc/docs/guide/question.md
@@ -194,6 +194,6 @@ V1.3.0为多张图表新增了配置项,有部分配置项直接和图表渲
解决方法:
1、执行完npm install后需要将map文件夹拷贝到node_modules/echarts/文件夹下
2、执行完1之后需要修改 report-ui/node_modules/echarts目录下的package.json
- 在“sideEffects”追加"map/js/china.js"
+ 在“sideEffects”追加"map/js/*.js"
不明白可参考:https://blog.csdn.net/m0_45159572/article/details/130077091
diff --git a/doc/docs/guide/releases/1.5.0.md b/doc/docs/guide/releases/1.5.0.md
index 38fd9c62..99d71e18 100644
--- a/doc/docs/guide/releases/1.5.0.md
+++ b/doc/docs/guide/releases/1.5.0.md
@@ -40,10 +40,10 @@ https://blog.csdn.net/i_for/article/details/135060019

2、执行完1之后需要修改 report-ui/node_modules/echarts目录下的package.json
-在“sideEffects”追加"map/js/china.js"
+在“sideEffects”追加"map/js/*.js"
不明白可参考:https://blog.csdn.net/m0_45159572/article/details/130077091
-*注意:* 如果都不执行,地图组件将不显示
+**注意:** 上面执行了一次就可以了,但如果都不执行,地图组件将不显示
## 版本变化
@@ -86,6 +86,9 @@ https://blog.csdn.net/i_for/article/details/135060019
- 1、文档更新
- 2、ele样式调整
+## 问题
+请查看常见问题文档:[常见问题](https://ajreport.beliefteam.cn/report-doc/guide/question.html)
+
## 示例数据
- 从1.0版本调整了底层sql,具体位置是:report-core/src/main/resource/db.migration,
diff --git a/report-ui/node_modules_echarts_need/readme b/report-ui/node_modules_echarts_need/readme
index 7791601a..892a67ef 100644
--- a/report-ui/node_modules_echarts_need/readme
+++ b/report-ui/node_modules_echarts_need/readme
@@ -2,6 +2,7 @@
因为echarts v5.0之后的版本不在包含map文件夹
2、执行完1之后需要修改 report-ui/node_modules/echarts目录下的package.json
-在“sideEffects”追加"map/js/china.js"
+在“sideEffects”追加"map/js/*.js"
不明白可参考:https://blog.csdn.net/m0_45159572/article/details/130077091
+