mirror of https://github.com/openspug/spug
U 系统通知刷新间隔调整为1分钟
parent
d7ad3ee4ff
commit
92a67b7bcf
|
@ -25,7 +25,7 @@ export default class extends React.Component {
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
this.fetch();
|
this.fetch();
|
||||||
this.interval = setInterval(this.fetch, 30000)
|
this.interval = setInterval(this.fetch, 60000)
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillUnmount() {
|
componentWillUnmount() {
|
||||||
|
|
Loading…
Reference in New Issue