소스 검색

删除log

asd123a20 2 년 전
부모
커밋
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;