Pārlūkot izejas kodu

修复系统信息查询bug yx

yf_yx 3 gadi atpakaļ
vecāks
revīzija
0755316ca5
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 0 0
      README.md
  2. 4 4
      test/src/views/home/index.vue

+ 0 - 0
README.md


+ 4 - 4
test/src/views/home/index.vue

@@ -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)
     },