RuoYi
2022-06-25 ade1d01e31ba7c04fa9f10a72df644be8c0e5cc8
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 @@
            }
          ]
        }
      ],
      ]
    })
  })
}