!354 redis监控echarts图表不显示

Merge pull request !354 from zy_2021/master
pull/2/head
芋道源码 2023-01-07 01:24:26 +00:00 committed by Gitee
commit a53b0edff2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@
<script>
import {getCache, getKeyDefineList, getKeyList, getKeyValue, deleteKey, deleteKeys} from "@/api/infra/redis";
import echarts from "echarts";
import * as echarts from 'echarts'
require('echarts/theme/macarons') // echarts theme
export default {
name: "Server",
data () {