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;