Ver Fonte

30天免登陆

huangb há 7 anos atrás
pai
commit
595c480477
1 ficheiros alterados com 0 adições e 1 exclusões
  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 : ''
       }
     }