diff --git a/doc/docs/guide/README.md b/doc/docs/guide/README.md index 09d370d9..1aeddd36 100644 --- a/doc/docs/guide/README.md +++ b/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 -####   [在线文档](https://report.anji-plus.com/report-doc/ "doc"): https://report.anji-plus.com/report-doc/
- ####   [在线提问](https://gitee.com/anji-plus/report/issues "issue"): https://gitee.com/anji-plus/report/issues
## 发行版本 @@ -26,15 +24,11 @@    大屏设计(AJ-Report)是一个可视化拖拽编辑的,直观,酷炫,具有科技感的图表工具全开源项目。 内置的基础功能包括数据源,数据集,报表管理,项目部分截图如下。
-![操作](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)
- -**[更多社区大屏案例](https://report.anji-plus.com/report-doc/guide/bigScreenCase.html)**
+![shipin](../picture/shipin.gif) ## 数据流程图 -![An image](https://images.gitee.com/uploads/images/2021/0630/160451_31bb9052_1728982.png) +![liucheng](../picture/liucheng.png) ## 打包目录 diff --git a/doc/docs/guide/quicklyDistribution.md b/doc/docs/guide/quicklyDistribution.md index 0503de80..89b3a61d 100644 --- a/doc/docs/guide/quicklyDistribution.md +++ b/doc/docs/guide/quicklyDistribution.md @@ -23,7 +23,7 @@ ## 上传功能 -使用上传功能,必须修改此内容
+使用上传功能,必须修改此内容,注意路径格式,比如Win是 \ ,linux是 /
![file.png](../picture/quickly/img_15.png)
## 启动 diff --git a/doc/docs/guide/quicklySeparate.md b/doc/docs/guide/quicklySeparate.md index 88452dfe..a6010401 100644 --- a/doc/docs/guide/quicklySeparate.md +++ b/doc/docs/guide/quicklySeparate.md @@ -1,5 +1,5 @@ -**前后端分离:请对自己有动手能力的小伙伴进行尝试** -**请根据自己的实际情况对下面的步骤和内容进行调整** +**前后端分离:请对自己有动手能力的小伙伴进行尝试**
+**请根据自己的实际情况对下面的步骤和内容进行调整**
``` linux: @@ -42,11 +42,11 @@ report-core --> src --> main --> resources --> bootstrap.yml
### 上传功能 -使用上传功能,必须修改此内容
+使用上传功能,必须修改此内容,注意路径格式,比如Win是 \ ,linux是 /
![file.png](../picture/quickly/img_15.png)
### maven打包 - +**打包之前如果系统用的不止mysql数据源,需要自己在pom文件中加入对应的数据库的驱动,登陆系统之后,数据源提示无驱动,则选择通用JDBC数据源,这里不做演示了**
使用 maven package
**注**:不要使用maven install
![img10](../picture/quickly/img_10.png)
diff --git a/doc/docs/guide/quicklySource.md b/doc/docs/guide/quicklySource.md index d9e1cdee..867ff652 100644 --- a/doc/docs/guide/quicklySource.md +++ b/doc/docs/guide/quicklySource.md @@ -47,7 +47,7 @@ git clone https://gitee.com/anji-plus/report.git
## 上传功能 -使用上传功能,必须修改此内容
+使用上传功能,必须修改此内容,注意路径格式,比如Win是 \ ,linux是 /
![file.png](../picture/quickly/img_15.png) ## 启动