|
@@ -136,7 +136,7 @@ export default {
|
|
|
localStorage.setItem('userInfo', decodeURI(params.Authorization))
|
|
|
}
|
|
|
if (browser().android || browser().iPhone) {
|
|
|
- this.statusList.headerStatus = true
|
|
|
+ this.statusList.headerStatus = false
|
|
|
} else {
|
|
|
document.title = this.name
|
|
|
}
|