|
|
@@ -35,7 +35,7 @@ export default { |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
title: this.$store.getters.browserName == '' ? '后台系统' : this.$store.getters.browserName, |
|
|
|
title: this.$store.getters.browserName == '' ? '管理系统' : this.$store.getters.browserName, |
|
|
|
logo: this.$store.getters.globalLogo == '' ? logoImg : this.$store.getters.globalLogo, |
|
|
|
} |
|
|
|
} |
|
|
|