|
@@ -13,7 +13,7 @@
|
|
|
<el-col :span="24" class="newsMain">
|
|
|
<el-col :span="24" v-for="(tag, index) in noticelist.children" :key="index" :type="tag.type">
|
|
|
<el-col class="chengguolist" :span="24" v-for="(item, index) in tag.children" :key="index">
|
|
|
- <el-col :span="16" @click="$router.push({ path: '/detail', params:{id:item.id} })">
|
|
|
+ <el-col :span="16" @click.native="$router.push({ name: 'detail', params:{id:item.id} })">
|
|
|
<p class="textOver">{{ item.title }}</p>
|
|
|
</el-col>
|
|
|
<el-col :span="8" style="text-align:right;">
|