src/views/monitor/cache/index.vue
@@ -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 @@ animationEasing: "cubicInOut", animationDuration: 1000 } ], ] }); const usedmemoryInstance = echarts.init(usedmemory.value, "macarons"); @@ -122,7 +122,7 @@ } ] } ], ] }) }) }