|
@@ -76,7 +76,8 @@ 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') {
|
|
- if (!env.template || env.template == '') {
|
|
|
|
|
|
+ console.log(env);
|
|
|
|
+ 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;
|
|
}
|
|
}
|