RuoYi
2022-09-28 c82eb94a67b80d8f141344a8f8b026010b50bf5f
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 @@
            }
          ]
        }
      ],
      ]
    })
  })
}