U 系统通知刷新间隔调整为1分钟

pull/154/head
vapao 2020-07-16 20:15:11 +08:00
parent d7ad3ee4ff
commit 92a67b7bcf
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default class extends React.Component {
componentDidMount() {
this.fetch();
this.interval = setInterval(this.fetch, 30000)
this.interval = setInterval(this.fetch, 60000)
}
componentWillUnmount() {