qianlishi 3 years ago
commit 10c33036d6

@ -43,7 +43,10 @@
## 近期计划 ## 近期计划
####   丰富更多图表组件 - 完善地图插件
- 完善表格插件
- 丰富自定义框图、装饰
- 丰富更多图表组件
## 技术支持 ## 技术支持
如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) 如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 150 KiB

@ -1,32 +1,2 @@
# 快速了解 ## 介绍
--- 待完善
## 项目简介
- 项目源代码地址: <https://gitee.com/anji-plus/report>
- 在线提问: <https://gitee.com/anji-plus/report/issues>
- 在线文档:
大屏设计Report是一个可视化拖拽编辑的直观酷炫具有科技感的图表工具项目。
内置的基础功能包括数据源,数据集,国际化,字典管理,报表管理
## 技术选型
**1.环境**
- JavaEE 8
- Apache Maven 3
**2.主框架**
- Spring Boot 2.3.x
**3.持久层**
- Apache MyBatis 3.5.x
**4.视图层**
- Vue 2.6.10+
- ElementUI 2.13.0+
## 系统特性
1. 最新最稳定的技术栈;
2. 支持多数据源配置
3. 丰富的大屏组件。拖拽配置实现动态大屏

@ -1,32 +1,2 @@
# 快速了解 ## 介绍
--- 待完善
## 项目简介
- 项目源代码地址: <https://gitee.com/anji-plus/report>
- 在线提问: <https://gitee.com/anji-plus/report/issues>
- 在线文档:
大屏设计Report是一个可视化拖拽编辑的直观酷炫具有科技感的图表工具项目。
内置的基础功能包括数据源,数据集,国际化,字典管理,报表管理
## 技术选型
**1.环境**
- JavaEE 8
- Apache Maven 3
**2.主框架**
- Spring Boot 2.3.x
**3.持久层**
- Apache MyBatis 3.5.x
**4.视图层**
- Vue 2.6.10+
- ElementUI 2.13.0+
## 系统特性
1. 最新最稳定的技术栈;
2. 支持多数据源配置
3. 丰富的大屏组件。拖拽配置实现动态大屏

@ -1,44 +0,0 @@
# 系统运行
微服务版本的系统运行,可以在本地开发环境下跑起来。
## 准备工作
1. 环境准备
- JDK >= 1.8 (推荐1.8版本)
- Mysql >= 5.7.0 (推荐5.7版本)
- Redis >= 3.0
- Maven >= 3.0
- Node >= 10
- Nacos >= 1.1.0
2. 从gitee上拉取下载项目源码,并解压到工作目录;
<https://gitee.com/anji-plus/report.git>
## 运行系统
### 后端运行
### 前端运行
2. 浏览器访问
3. 发布
```
# 构建生产环境
npm run build:prod
```
4. 其他
```
# 预览发布环境效果
npm run preview
# 预览发布环境效果 + 静态资源分析
npm run preview -- --report
# 代码格式检查
npm run lint
# 代码格式检查并自动修复
npm run lint -- --fix
```

@ -1,77 +0,0 @@
# 目录结构
VuePress 遵循 **“约定优于配置”** 的原则,推荐的目录结构如下:
```
.
├── docs
│   ├── .vuepress _(**可选的**)_
│   │   ├── `components` _(**可选的**)_
│   │   ├── `theme` _(**可选的**)_
│   │   │ └── Layout.vue
│   │   ├── `public` _(**可选的**)_
│   │   ├── `styles` _(**可选的**)_
│   │   │   ├── index.styl
│   │   │   └── palette.styl
│   │   ├── `templates` _(**可选的, 谨慎配置**)_
│   │   │   ├── dev.html
│   │   │   └── ssr.html
│   │   ├── `config.js` _(**可选的**)_
│   │   └── `enhanceApp.js` _(**可选的**)_
│   │ 
│   ├── README.md
│   ├── guide
│   │   └── README.md
│   └── config.md
│ 
└── package.json
```
::: warning 注意
请留意目录名的大写。
:::
- `docs/.vuepress`: 用于存放全局的配置、组件、静态资源等。
- `docs/.vuepress/components`: 该目录中的 Vue 组件将会被自动注册为全局组件。
- `docs/.vuepress/theme`: 用于存放本地主题。
- `docs/.vuepress/styles`: 用于存放样式相关的文件。
- `docs/.vuepress/styles/index.styl`: 将会被自动应用的全局样式文件,会生成在最终的 CSS 文件结尾,具有比默认样式更高的优先级。
- `docs/.vuepress/styles/palette.styl`: 用于重写默认颜色常量,或者设置新的 stylus 颜色常量。
- `docs/.vuepress/public`: 静态资源目录。
- `docs/.vuepress/templates`: 存储 HTML 模板文件。
- `docs/.vuepress/templates/dev.html`: 用于开发环境的 HTML 模板文件。
- `docs/.vuepress/templates/ssr.html`: 构建时基于 Vue SSR 的 HTML 模板文件。
- `docs/.vuepress/config.js`: 配置文件的入口文件,也可以是 `YML``toml`
- `docs/.vuepress/enhanceApp.js`: 客户端应用的增强。
::: warning 注意
当你想要去自定义 `templates/ssr.html``templates/dev.html` 时,最好基于 [默认的模板文件](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/core/lib/client/index.dev.html) 来修改,否则可能会导致构建出错。
:::
**同时阅读:**
- [配置](../config/README.md)
- [主题](../theme/README.md)
- [默认主题配置](../theme/default-theme-config.md)
## 默认的页面路由
此处我们把 `docs` 目录作为 `targetDir` (参考 [命令行接口](../api/cli.md#基本用法)),下面所有的“文件的相对路径”都是相对于 `docs` 目录的。在项目根目录下的 `package.json` 中添加 `scripts`
```json
{
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
}
}
```
对于上述的目录结构,默认页面路由地址如下:
| 文件的相对路径 | 页面路由地址 |
|--------------------|----------------|
| `/README.md` | `/` |
| `/guide/README.md` | `/guide/` |
| `/config.md` | `/config.html` |

@ -6,7 +6,6 @@
第四步,访问 http://localhost:9095/index.html 第四步,访问 http://localhost:9095/index.html
``` ```
## 系统特性 ## 系统特性
1. 最新最稳定的技术栈; 1. 最新最稳定的技术栈;
2. 支持多数据源配置 2. 支持多数据源配置

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

@ -1,7 +0,0 @@
# 快速了解
饼图配置
## 1、添加饼图
![img.png](img.png)
## 2、饼图设置
## 3、数据格式

@ -0,0 +1 @@
##大屏MySQL数据源的数据集演示用脚本

@ -21,7 +21,7 @@
</modules> </modules>
<properties> <properties>
<gaea.version>6.0.0-SNAPSHOT</gaea.version> <gaea.version>2.0.0.RELEASE</gaea.version>
<gaea.security.version>1.0.0-SNAPSHOT</gaea.security.version> <gaea.security.version>1.0.0-SNAPSHOT</gaea.security.version>
<gaea.export.version>1.0.0.RELEASE</gaea.export.version> <gaea.export.version>1.0.0.RELEASE</gaea.export.version>
<gaea.generator.version>1.0.0-SNAPSHOT</gaea.generator.version> <gaea.generator.version>1.0.0-SNAPSHOT</gaea.generator.version>

@ -1,5 +1,5 @@
server: server:
port: 9095 port:
servlet: servlet:
encoding: encoding:
charset: UTF-8 charset: UTF-8

@ -2,10 +2,6 @@
<div class="container"> <div class="container">
<div class="header"> <div class="header">
<el-row class="top"> <el-row class="top">
<el-col :span="12" class="left">
<span><img src="../../../static/logo1.png" width="100"></span>
<span>帮助中心</span>
</el-col>
<el-col :span="12" class="right"> <el-col :span="12" class="right">
<span @click="goHome"></span> <span @click="goHome"></span>
</el-col> </el-col>

@ -15,14 +15,6 @@
</div> </div>
<el-dropdown-menu slot="dropdown" <el-dropdown-menu slot="dropdown"
class="user-dropdown"> class="user-dropdown">
<el-dropdown-item divided>
<span style="display:block;"
@click="helpCenter">帮助中心</span>
</el-dropdown-item>
<el-dropdown-item divided>
<span style="display:block;"
@click="updatePassword">修改密码</span>
</el-dropdown-item>
<el-dropdown-item divided> <el-dropdown-item divided>
<span style="display:block;" <span style="display:block;"
@click="logout">注销登录</span> @click="logout">注销登录</span>
@ -30,45 +22,6 @@
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</el-menu> </el-menu>
<!-- 修改密码弹框 -->
<el-dialog title="修改密码"
:visible.sync="wordVisible"
width="40%"
:close-on-click-modal='false'
top="20vh"
class="password-box">
<el-form ref="form"
:model="form"
label-width="100px"
:rules="rules"
:close-on-click-modal="false">
<el-form-item label="原密码"
prop="oldPassword">
<el-input v-model.trim="form.oldPassword"
type="password"
autocomplete="off"></el-input>
</el-form-item>
<el-form-item label="新密码"
prop="password">
<el-input v-model.trim="form.password"
type="password"
autocomplete="off"></el-input>
<!-- <span class="password-tips"><i class="el-icon-warning-outline"> 密码至少8位,切包含大写小写字母数字特殊字符中的3种</i></span> -->
</el-form-item>
<el-form-item label="确认新密码"
prop="confirmPassword">
<el-input v-model.trim="form.confirmPassword"
type="password"
autocomplete="off"></el-input>
</el-form-item>
</el-form>
<span slot="footer"
class="dialog-footer">
<el-button @click="wordVisible = false"> </el-button>
<el-button type="primary"
@click="confrimUpdate"> </el-button>
</span>
</el-dialog>
</div> </div>
</template> </template>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save