@@ -275,7 +275,7 @@ export default {
timingAcquisition() {
setInterval(() => {
location.reload()
- }, 900000)
+ }, 7200000)//两个小时刷新一次
}