diff --git a/src/modules/system/actuator/Actuator.vue b/src/modules/system/actuator/Actuator.vue index 09a5288be..ea40e2817 100644 --- a/src/modules/system/actuator/Actuator.vue +++ b/src/modules/system/actuator/Actuator.vue @@ -78,6 +78,7 @@ const handleCopy = () => { - 构建时间:${formatDatetime(info.value?.build?.time)} - Git Commit:${info.value?.git?.commit.id} - Java:${info.value?.java.runtime.name} / ${info.value?.java.runtime.version} +- 数据库:${info.value?.database.name} / ${info.value?.database.version} - 操作系统:${info.value?.os.name} / ${info.value?.os.version} `; @@ -247,6 +248,14 @@ const handleDownloadLogfile = () => { {{ info.java.runtime.name }} / {{ info.java.runtime.version }} +