|
|
@@ -539,10 +539,10 @@ export default {
|
|
|
// this.chart = this.$echarts.init(document.getElementById("#cpu"));
|
|
|
// this.chart.setOption(this.option);
|
|
|
|
|
|
- this.$axios('/api/process/', 'GET').then((data) => {
|
|
|
- this.jiashuzu = data.result.data
|
|
|
- // console.log(data.result);
|
|
|
- })
|
|
|
+ // this.$axios('/api/process/', 'GET').then((data) => {
|
|
|
+ // this.jiashuzu = data.result.data
|
|
|
+ // // console.log(data.result);
|
|
|
+ // })
|
|
|
}, 0)
|
|
|
}, 5000)
|
|
|
},
|