|
@@ -45,9 +45,9 @@ const checkVersion = () => {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
ConfirmDone = true
|
|
ConfirmDone = true
|
|
- Confirm('系统提示', '发现新版本,将立即刷新页面', { hideCancelBtn: true }).then(() => {
|
|
|
|
- window.location.reload()
|
|
|
|
- })
|
|
|
|
|
|
+ // Confirm('系统提示', '发现新版本,将立即刷新页面', { hideCancelBtn: true }).then(() => {
|
|
|
|
+ // window.location.reload()
|
|
|
|
+ // })
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
console.log('checkVersion-err', err)
|
|
console.log('checkVersion-err', err)
|
|
})
|
|
})
|