Raod 4 vuotta sitten
vanhempi
sitoutus
763e5a6423

+ 8 - 14
doc/docs/.vuepress/config.js

@@ -12,7 +12,6 @@ module.exports = {
         nav: [
             {text: '首页', link: '/'},
             {text: '指南', link: '/guide/'},
-            {text: '操作手册', link: '/operation/'},
             {text: 'GitHub', link: 'https://github.com/anji-plus/report'},
             {text: 'Gitee', link: 'https://gitee.com/anji-plus/report'},
         ],
@@ -24,29 +23,24 @@ module.exports = {
                     children: [
                         {title: '介绍', path: '/guide/'},
                         {title: '快速入门', path: '/guide/quickly'},
-                        // {title: '系统运行', path: '/guide/deploy'}
                     ]
                 },
                 {
-                    title: '其他',
+                    title: '操作手册',
                     collapsable: false,
                     children: [
-                        {title: '常见问题', path: '/guide/question'}
+                        {title: '数据源', path: '/guide/datasource'},
+                        {title: '数据集', path: '/guide/dataset'},
+                        {title: '大屏设计', path: '/guide/dashboard'},
                     ]
-                }],
-            '/operation/': [
+                },
                 {
-                    title: '操作手册',
+                    title: '其他',
                     collapsable: false,
                     children: [
-                        {title: '数据源', path: '/operation/datasource'},
-                        {title: '数据集', path: '/operation/dataset'},
-                        {title: '大屏设计', path: '/operation/dashboard'},
-                        {title: '国际化', path: '/operation/i18n'},
-                        {title: '字典', path: '/operation/dict'},
+                        {title: '常见问题', path: '/guide/question'}
                     ]
-                }
-            ]
+                }],
         }
     },
     plugins: [

+ 0 - 0
doc/docs/operation/dashboard.md → doc/docs/guide/dashboard.md


+ 0 - 0
doc/docs/operation/dataset.md → doc/docs/guide/dataset.md


+ 2 - 1
doc/docs/operation/datasource.md → doc/docs/guide/datasource.md

@@ -1,3 +1,4 @@
-# 数据源
+## 数据源
 
 ## 标题一
+

+ 6 - 1
doc/docs/guide/question.md

@@ -1,4 +1,9 @@
-# 常见问题
+## 常见问题
+- 没有找到新增数据源类型?<br>
+  字典管理目前暂未有页面维护,可自行去数据库中增加你需要的数据源类型。<br>
+  表gaea_dict,字段dict_type:SOURCE_TYPE<br>
+  表gaea_dict_item, item_extend字段是下拉选择后动态表单渲染的json数据<br>
+  
 
 ## 其他
 

+ 0 - 25
doc/docs/operation/README.md

@@ -1,25 +0,0 @@
-# 介绍
----
-
-**大屏设计**
-
-大屏设计(Report)是一个JavaEE微服务架构平台,采用经典组合(SpringBoot,SpringCloud,Vue,ElementUI)。目前提供两种架构,单体架构和微服务架构。
-内置的基础功能包括数据源,数据集,报表管理
-
-**功能架构**
-- 前端
-
-
-- 后端
-
-
-**在线体验**
-- 访问地址
-
-- 默认账号密码
-
-
-**联系我们**
-
-
-

+ 0 - 32
doc/docs/operation/dict.md

@@ -1,32 +0,0 @@
-# 快速了解
----
-## 项目简介
-- 项目源代码地址: <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. 丰富的大屏组件。拖拽配置实现动态大屏

+ 0 - 32
doc/docs/operation/i18n.md

@@ -1,32 +0,0 @@
-# 快速了解
----
-## 项目简介
-- 项目源代码地址: <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. 丰富的大屏组件。拖拽配置实现动态大屏