1
0
forked from ruoyi/RuoYi-Vue3

新增缓存列表菜单功能

This commit is contained in:
RuoYi
2022-06-25 09:42:31 +08:00
parent 184ccbde43
commit ade1d01e31
4 changed files with 295 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
</div>
</template>
<script setup>
<script setup name="Cache">
import { getCache } from '@/api/monitor/cache';
import * as echarts from 'echarts';
@@ -98,7 +98,7 @@ function getList() {
animationEasing: "cubicInOut",
animationDuration: 1000
}
],
]
});
const usedmemoryInstance = echarts.init(usedmemory.value, "macarons");
@@ -122,7 +122,7 @@ function getList() {
}
]
}
],
]
})
})
}