Browse Source

添加版本文档

devin.zhu@doverfs.com 1 năm trước cách đây
mục cha
commit
99bb139166

+ 62 - 16
teedoc.gitee.io-main/blog/category1/IMES-Cloud前端项目-VUE.md

@@ -1,21 +1,10 @@
----
-title: IMES-Cloud前端项目-VUE页面新增
-keywords: vue, typescript, 前端, 静态博客
-desc: Git VUE页面新增
-author: devin
-date: 2023-08-16
-tags: vue, 前端, IMES-Cloud
----
+## IMES-Cloud前端项目
 
+## 一、代码模块介绍
 
+### 1、`在项目文件夹src=>Views=>admin 文件下进行新增业务文件夹,例如Product  业务模块文件夹`
 
-## IMES-Cloud前端项目-VUE
-
-### 页面新增
-
-##### 1、`在项目文件夹src=>Views=>admin 文件下进行新增业务文件夹,例如Product  业务模块文件夹`
-
-#####  2、VUE 内容页面分三个模块 
+###  2、VUE 内容页面分三个模块 
 
 ######  定义页面的样式:
 
@@ -232,7 +221,7 @@ tags: vue, 前端, IMES-Cloud
 
 
 
-##### 3、当前页面需要接口和页面对象定义
+### 3、当前页面需要接口和页面对象定义
 
    定义当前页面需要的后端接口
 
@@ -478,3 +467,60 @@ export interface ComponentGetPageOutPut{
 }
 ```
 
+## 二、新页面的开发
+
+### 1、新增视图
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image002.gif)
+
+### 2、视图配置
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image004.gif)
+
+### 3、新增分组
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image006.gif)
+
+### 4、配置分组
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif)
+
+### 5、新增菜单
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image010.gif)
+
+### 6、配置菜单
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image012.gif)
+
+### 7、数据字典
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image014.gif)
+
+ 
+
+数据字典使用到pinia管理,代码文件在 src - stores - globalCacheStore.ts
+
+
+
+ 
+
+Tip:
+
+1、添加页面时
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image016.gif)
+
+在添加页面的时候如果需要将components放在fuelingsdk目录里,则在注册视图的时候,视图地址需要指定到具体的index页面
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image018.gif)
+
+
+
+ 
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image020.gif)
+
+如果goodInfo里面只有index,视图地址则不需要指定到具体的index
+
+![img](file:///C:/Users/11047158/AppData/Local/Temp/msohtmlclip1/01/clip_image022.gif)

+ 36 - 0
teedoc.gitee.io-main/blog/category1/油气回收APP.md

@@ -0,0 +1,36 @@
+# 油气回收APP
+
+## 简介  
+
+  
+
+## 发布版本清单
+
+
+
+### [V1.1.0(2023-11-30)]()                                   [郑瀚榉]()
+
+***
+
+ #### 优化:
+
+##### 1、优化蓝牙模块油机通讯字节包大小问题,采用app 配置。
+
+***
+
+
+
+### [V1.0.0(2023-04-30)]()                                      [郑瀚榉]()
+
+***
+
+####  功能:
+
+####  优化:
+
+####  Bug: 无
+
+***
+
+
+