This commit is contained in:
zhanglipeng 2021-09-01 17:30:53 +08:00
parent c6db9ffc32
commit b08204e074
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
</td> </td>
<td class="align-center"> <td class="align-center">
<router-link <router-link
style="margin:10px" style="margin: 10px; color: blue"
v-for="(index, item) in item.themeconent.split(';')" v-for="(index, item) in item.themeconent.split(';')"
:key="item" :key="item"
:to="url + (Number(index) + Number(99999))" :to="url + (Number(index) + Number(99999))"

View File

@ -41,7 +41,7 @@
</td> </td>
<td class="align-center"> <td class="align-center">
<router-link <router-link
style="margin: 10px" style="margin: 10px; color: blue"
v-for="(index, item) in item.themeconent.split(';')" v-for="(index, item) in item.themeconent.split(';')"
:key="item" :key="item"
:to="url + (Number(index) + Number(99999))" :to="url + (Number(index) + Number(99999))"