Jelajahi Sumber

文档更新

qianming 3 tahun lalu
induk
melakukan
8d71c59687

+ 2 - 8
doc/docs/guide/README.md

@@ -12,8 +12,6 @@
 
 ####   [在线体验](https://report.anji-plus.com/index.html "链接"): https://report.anji-plus.com/index.html   体验账号:guest 密码:guest
 
-#### &emsp; [在线文档](https://report.anji-plus.com/report-doc/ "doc"): https://report.anji-plus.com/report-doc/ <br>
-
 #### &emsp; [在线提问](https://gitee.com/anji-plus/report/issues "issue"): https://gitee.com/anji-plus/report/issues <br>
 
 ## 发行版本
@@ -26,15 +24,11 @@
 
 &emsp;&emsp; 大屏设计(AJ-Report)是一个可视化拖拽编辑的,直观,酷炫,具有科技感的图表工具全开源项目。 内置的基础功能包括数据源,数据集,报表管理,项目部分截图如下。<br>
 
-![操作](https://images.gitee.com/uploads/images/2021/0703/094742_c0243f70_1728982.gif "2021-07-03_09-43-50.gif")
-
-![视频](https://report.anji-plus.com/report-doc/static/Rhea.mp4) <br>
-
-**[更多社区大屏案例](https://report.anji-plus.com/report-doc/guide/bigScreenCase.html)** <br>
+![shipin](../picture/shipin.gif)
 
 ## 数据流程图
 
-![An image](https://images.gitee.com/uploads/images/2021/0630/160451_31bb9052_1728982.png)
+![liucheng](../picture/liucheng.png)
 
 ## 打包目录
 

+ 1 - 1
doc/docs/guide/quicklyDistribution.md

@@ -23,7 +23,7 @@
 
 ## 上传功能
 
-使用上传功能,必须修改此内容 <br>
+使用上传功能,必须修改此内容,注意路径格式,比如Win是 \ ,linux是 / <br>
 ![file.png](../picture/quickly/img_15.png) <br>
 
 ## 启动

+ 4 - 4
doc/docs/guide/quicklySeparate.md

@@ -1,5 +1,5 @@
-**前后端分离:请对自己有动手能力的小伙伴进行尝试**
-**请根据自己的实际情况对下面的步骤和内容进行调整**
+**前后端分离:请对自己有动手能力的小伙伴进行尝试** <br>
+**请根据自己的实际情况对下面的步骤和内容进行调整** <br>
 
 ```
 linux:
@@ -42,11 +42,11 @@ report-core --> src --> main --> resources --> bootstrap.yml <br>
 
 ### 上传功能
 
-使用上传功能,必须修改此内容 <br>
+使用上传功能,必须修改此内容,注意路径格式,比如Win是 \ ,linux是 / <br>
 ![file.png](../picture/quickly/img_15.png) <br>
 
 ### maven打包
-
+**打包之前如果系统用的不止mysql数据源,需要自己在pom文件中加入对应的数据库的驱动,登陆系统之后,数据源提示无驱动,则选择通用JDBC数据源,这里不做演示了** <br>
 使用 maven package <br>
 **注**:不要使用maven install <br>
 ![img10](../picture/quickly/img_10.png) <br>

+ 1 - 1
doc/docs/guide/quicklySource.md

@@ -47,7 +47,7 @@ git clone https://gitee.com/anji-plus/report.git <br>
 
 ## 上传功能
 
-使用上传功能,必须修改此内容 <br>
+使用上传功能,必须修改此内容,注意路径格式,比如Win是 \ ,linux是 / <br>
 ![file.png](../picture/quickly/img_15.png)
 
 ## 启动