@@ -9,7 +9,6 @@
name: 'headerMobile',
computed: {
loginStyle () {
- console.log(this.$store.state.login.loginStyle.data.content)
return this.$store.state.login.loginStyle.data.content ? this.$store.state.login.loginStyle.data.content : ''
}