mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	readme操作文档等移至https://objs.gitee.io/mayfly-go-docs
This commit is contained in:
		
							
								
								
									
										53
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										53
									
								
								README.md
									
									
									
									
									
								
							@@ -1,64 +1,25 @@
 | 
				
			|||||||
# mayfly-go
 | 
					# mayfly-go
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### 介绍
 | 
					#### 介绍
 | 
				
			||||||
简单基于DDD(领域驱动设计)分层架构实现在线mysql,redis,linux操作管理等
 | 
					简单基于DDD(领域驱动设计)分层架构实现web版mysql,redis,linux统一操作管理平台
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 系统环境及框架
 | 
					### 开发语言与主要框架
 | 
				
			||||||
- 前端:typescript、vue3、element-plus
 | 
					- 前端:typescript、vue3、element-plus
 | 
				
			||||||
- 后端:golang、gin、gorm
 | 
					- 后端:golang、gin、gorm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### 交流及问题反馈加 QQ 群
 | 
					### 交流及问题反馈加 QQ 群
 | 
				
			||||||
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?jump_from=webapi">119699946</a>
 | 
					<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?jump_from=webapi">119699946</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### 系统相关操作视频
 | 
					### 系统相关资料
 | 
				
			||||||
 | 
					- 在线文档: https://objs.gitee.io/mayfly-go-docs
 | 
				
			||||||
- 系统操作视频: https://space.bilibili.com/484091081/channel/seriesdetail?sid=2064467 
 | 
					- 系统操作视频: https://space.bilibili.com/484091081/channel/seriesdetail?sid=2064467 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 系统功能
 | 
				
			||||||
#### 系统功能
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
记录操作记录
 | 
					记录操作记录
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### 项目管理
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
项目信息、项目环境及项目成员管理
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### 数据库操作
 | 
					 | 
				
			||||||
数据操作-可提示字段备注信息
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
数据库表信息查看
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### 机器ssh终端
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### 机器文件管理
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### 机器脚本管理
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### 进程管理
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### 机器监控
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### redis操作
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
redis info信息查看
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
数据操作
 | 
					 | 
				
			||||||

 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### 系统管理
 | 
					#### 系统管理
 | 
				
			||||||
账号管理
 | 
					账号管理
 | 
				
			||||||

 | 
					
 | 
				
			||||||
@@ -68,3 +29,5 @@ redis info信息查看
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
资源管理
 | 
					资源管理
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**其他更多功能&操作指南可查看在线文档**:  https://objs.gitee.io/mayfly-go-docs
 | 
				
			||||||
@@ -188,10 +188,6 @@ export default defineComponent({
 | 
				
			|||||||
            // 当前选中数据id
 | 
					            // 当前选中数据id
 | 
				
			||||||
            currentId: null,
 | 
					            currentId: null,
 | 
				
			||||||
            currentData: null,
 | 
					            currentData: null,
 | 
				
			||||||
            infoDialog: {
 | 
					 | 
				
			||||||
                visible: false,
 | 
					 | 
				
			||||||
                info: '',
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            serviceDialog: {
 | 
					            serviceDialog: {
 | 
				
			||||||
                visible: false,
 | 
					                visible: false,
 | 
				
			||||||
                machineId: 0,
 | 
					                machineId: 0,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -285,7 +285,6 @@ export default defineComponent({
 | 
				
			|||||||
            const keys = Object.keys(netInter);
 | 
					            const keys = Object.keys(netInter);
 | 
				
			||||||
            const values = Object.values(netInter);
 | 
					            const values = Object.values(netInter);
 | 
				
			||||||
            for (let i = 0; i < values.length; i++) {
 | 
					            for (let i = 0; i < values.length; i++) {
 | 
				
			||||||
                // 需要使用属性拷贝,否则会再次触发watch
 | 
					 | 
				
			||||||
                let value: any = values[i];
 | 
					                let value: any = values[i];
 | 
				
			||||||
                // 将网卡名称赋值新属性值name
 | 
					                // 将网卡名称赋值新属性值name
 | 
				
			||||||
                value.name = keys[i];
 | 
					                value.name = keys[i];
 | 
				
			||||||
 
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 11 MiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 11 MiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 5.9 MiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 7.5 MiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 1.5 MiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 8.1 MiB  | 
		Reference in New Issue
	
	Block a user