File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ const getSummary = () => {
218
218
usedMemoryInstance ()
219
219
}
220
220
221
- <<<<<< < HEAD
222
221
/** 命令使用情况 */
223
222
const initcommandStatsChart = async () => {
224
223
usedmemoryEchartChika .series [0 ].data = []
@@ -257,6 +256,7 @@ const usedMemoryInstance = async () => {
257
256
value: cache .value ! .info .used_memory_human ,
258
257
name: ' 内存消耗'
259
258
}
259
+ console .log (cache .value ! .info )
260
260
usedmemoryEchartChika .tooltip = {
261
261
formatter: ' {b} <br/>{a} : ' + cache .value ! .info .used_memory_human
262
262
}
@@ -265,10 +265,6 @@ const usedMemoryInstance = async () => {
265
265
266
266
/** 初始化 **/
267
267
onMounted (() => {
268
- ====== =
269
- onBeforeMount (() => {
270
- // TODO @hiiwbs 微信,优化使用 Echart 组件
271
- >>>>>> > e92361ed401771998c6abd6d9ba53801a6e0cfa6
272
268
readRedisInfo ()
273
269
// 加载数据
274
270
getSummary ()
You can’t perform that action at this time.
0 commit comments