소스 검색

去除冗余代码

yangxiao 3 년 전
부모
커밋
bef0af463f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/common/menu.vue

+ 0 - 1
src/components/common/menu.vue

@@ -39,7 +39,6 @@ export default {
     menuC (item) {
       if (item.type === 'changeTheme') {
         this.$store.commit('changeTheme', item.url);
-        console.log(222, this.$store); return
       } else {
         this.$router.push({
           path: item.url