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

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

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

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

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

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

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

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

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

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

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

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

|
||||
@@ -67,4 +28,6 @@ redis info信息查看
|
||||

|
||||
|
||||
资源管理
|
||||

|
||||

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