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