소스 검색

30天免登陆

huangb 7 년 전
부모
커밋
595c480477
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 : ''
       }
     }