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

logo bug

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