Commit 006b53a1 authored by 李苏's avatar 李苏 💬

logo bug

parent 6eced323
...@@ -26,6 +26,9 @@ export default { ...@@ -26,6 +26,9 @@ export default {
} }
}, },
watch:{ watch:{
title(){
}
}, },
computed: { computed: {
...@@ -40,7 +43,9 @@ export default { ...@@ -40,7 +43,9 @@ export default {
} }
}, },
mounted(){ mounted(){
this.$watch('title',(val)=>{
document.title=this.title
})
// this.title=this.$store.state.permission.appName // this.title=this.$store.state.permission.appName
}, },
data() { data() {
......
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