Browse Source

增加新服务器

master
xyiege 5 months ago
parent
commit
3c97e52884
  1. BIN
      aufs/aufs
  2. 3
      vue/afvue/src/views/Dashboard.vue

BIN
aufs/aufs

Binary file not shown.

3
vue/afvue/src/views/Dashboard.vue

@ -106,12 +106,11 @@ export default {
// //
mutSys(){ mutSys(){
let chost=['http://127.0.0.1:9099','http://192.168.66.92:9099'] let chost=['http://127.0.0.1:9099','http://192.168.66.92:9099','http://192.168.66.16:9098']
// //
for(let i=0;i<chost.length;i++){ for(let i=0;i<chost.length;i++){
this.getSysinfo(chost[i]) this.getSysinfo(chost[i])
} }
} }

Loading…
Cancel
Save