Browse Source

去除冗余代码

yangxiao 3 years ago
parent
commit
bef0af463f
1 changed files with 0 additions and 1 deletions
  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