@@ -171,7 +171,7 @@ export default {
this.getList();
this.getInfo();
setInterval(() => {
- this.fetchData();
+ this.getInfo();
this.$forceUpdate
}, 5 * 60 * 1000)
},
@@ -402,6 +402,4 @@ export default {
}
-.popbottom {
-}
</style>