Merge branch 'refs/heads/dev' into beta

This commit is contained in:
小吾立 2024-04-23 10:35:02 +08:00
commit 52aadab084
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,14 @@
## 2.11.4.2 (2024-04-22)
### 🐞 解决BUG、优化功能
1. 【server】修复 资产管理 SSH 配置禁用命令无法回显(感谢@zhangw
------
## 2.11.4.2
### 🐣 新增功能
1. 【server】新增 发布系统公告

View File

@ -943,7 +943,8 @@ export default {
name: item.name,
fileDirs: item.fileDirs ? JSON.parse(item.fileDirs).join('\r\n') : '',
allowEditSuffix: item.allowEditSuffix ? JSON.parse(item.allowEditSuffix).join('\r\n') : '',
workspaceName: item.workspace?.name
workspaceName: item.workspace?.name,
notAllowedCommand: item.notAllowedCommand
}
this.configWorkspaceSshVisible = true
},