|
@@ -100,7 +100,7 @@
|
|
|
>
|
|
>
|
|
|
<el-card :body-style="{ padding: '0px' }" class="card">
|
|
<el-card :body-style="{ padding: '0px' }" class="card">
|
|
|
<div class="imgs" style="cursor: pointer" :title="item.albumName">
|
|
<div class="imgs" style="cursor: pointer" :title="item.albumName">
|
|
|
- <router-link style="text-decoration-line: none" target="_blank" :to="`/playlist/${item.albumId}`">
|
|
|
|
|
|
|
+ <router-link style="text-decoration-line: none" target="_blank" :to="`/vod/playlist/${item.albumId}`">
|
|
|
<el-image
|
|
<el-image
|
|
|
lazy
|
|
lazy
|
|
|
fit="cover"
|
|
fit="cover"
|
|
@@ -113,7 +113,7 @@
|
|
|
</router-link>
|
|
</router-link>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="padding: 14px">
|
|
<div style="padding: 14px">
|
|
|
- <router-link style="text-decoration-line: none" target="_blank" :to="`/playlist/${item.albumId}`">
|
|
|
|
|
|
|
+ <router-link style="text-decoration-line: none" target="_blank" :to="`/vod/playlist/${item.albumId}`">
|
|
|
<span style="left: 0;margin-bottom: 0px;color: black;">{{ item.albumName | ellipsis }}</span>
|
|
<span style="left: 0;margin-bottom: 0px;color: black;">{{ item.albumName | ellipsis }}</span>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
</div>
|
|
</div>
|