Browse Source

删除log

asd123a20 1 year ago
parent
commit
431cb8da5f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/heads/nav/index.vue

+ 0 - 1
src/components/heads/nav/index.vue

@@ -76,7 +76,6 @@ export default {
       if (env.type == '0') window.open(env.url);
       // 类型为1(栏目)进入列表页
       if (env.type == '1') {
-        console.log(env);
         if (!env.template || env.template == '' || env.template == 'defalut') {
           this.$router.push(`/list/${this.activeIndex}?parentCode=${parentCode}`);
           return;