mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-19 07:57:28 +08:00
调整代码
This commit is contained in:
@@ -206,11 +206,6 @@ const getSystemCache = async () => {
|
||||
1024
|
||||
).toFixed(2)
|
||||
statisticalData.memoryChartOption.series[0].detail.formatter = '{value}' + 'M'
|
||||
console.log(res.info.used_memory_human, '-------------------------+')
|
||||
console.log(
|
||||
(res.info.used_memory / 1024 / 1024).toFixed(2),
|
||||
'-------------------------+'
|
||||
)
|
||||
})
|
||||
.catch((err: any) => {
|
||||
console.log('err', err)
|
||||
|
||||
Reference in New Issue
Block a user