瀏覽代碼

删除log

asd123a20 1 年之前
父節點
當前提交
431cb8da5f
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;