恢复更新超时时间
parent
2808fdd3c0
commit
527143405f
|
@ -170,7 +170,7 @@ export default {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.showUpdateModal()
|
this.showUpdateModal()
|
||||||
})
|
})
|
||||||
}, 3 * 1000)
|
}, 60 * 30 * 1000)
|
||||||
|
|
||||||
this.initData()
|
this.initData()
|
||||||
this.globalObj.apiSource = this.setting.apiSource
|
this.globalObj.apiSource = this.setting.apiSource
|
||||||
|
|
Loading…
Reference in New Issue