fix: 支持kvdb依赖包安装,db_ip默认0.0.0.0

This commit is contained in:
TsMask
2024-07-09 16:11:58 +08:00
parent f0561242ca
commit a7de701d4d
7 changed files with 15 additions and 15 deletions

View File

@@ -153,11 +153,10 @@ type nfStateType = {
/**网元详细信息 */
let pronInfo: nfStateType = reactive({
hostName: '5gc',
osInfo:
'Linux 5gc 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 GNU/Linux',
dbInfo: 'adb v1.0.1',
osInfo: 'Linux 5gc 4.15.0-112-generic 2020 x86_64 GNU/Linux',
dbInfo: 'db v9.9.9',
ipAddress: '-',
port: 3030,
port: 33030,
version: '-',
cpuUse: '-',
memoryUse: '-',