mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
fix:redis监控echarts图表不显示
This commit is contained in:
parent
24f0e4dd1f
commit
38f9284593
@ -136,8 +136,8 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {getCache, getKeyDefineList, getKeyList, getKeyValue, deleteKey, deleteKeys} from "@/api/infra/redis";
|
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 {
|
export default {
|
||||||
name: "Server",
|
name: "Server",
|
||||||
data () {
|
data () {
|
||||||
|
Loading…
Reference in New Issue
Block a user