Browse Source

30天免登陆

huangb 7 years ago
parent
commit
595c480477
1 changed files with 0 additions and 1 deletions
  1. 0 1
      components/mobile/headerMobile.vue

+ 0 - 1
components/mobile/headerMobile.vue

@@ -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 : ''
       }
     }