Commit 1bba8245 authored by JingChao's avatar JingChao

Update index.vue

parent 76623316
...@@ -35,6 +35,11 @@ export default { ...@@ -35,6 +35,11 @@ export default {
document.title = this.title document.title = this.title
} }
}, },
activated (){
if (this.title) {
document.title = this.title
}
},
created () { created () {
this.fullScreen && detectOS() === 'ios' && (this.isIos = true) this.fullScreen && detectOS() === 'ios' && (this.isIos = true)
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment