|
@@ -99,7 +99,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="list">
|
|
|
<span class="img" v-for="(item, index) in imgs" :key="index">
|
|
|
- <el-link :href="item.href1" :underline="false" target="_blank">
|
|
|
+ <el-link :href="item.href1" :underline="false">
|
|
|
<el-image :src="item.url" style="width: 170px;height: 53px;"></el-image>
|
|
|
</el-link>
|
|
|
</span>
|
|
@@ -109,7 +109,7 @@
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <link1 :links="links"></link1>
|
|
|
+ <link1 :links="links" target="_blank"></link1>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<foot :infoMes="infoMes"></foot>
|