mirror of https://github.com/halo-dev/halo-admin
perf: update category and tag permalink
parent
a5e9eba231
commit
1b66915fcc
|
@ -69,7 +69,7 @@ function onDelete(category: CategoryTree) {
|
|||
</div>
|
||||
<div class="mt-1 flex">
|
||||
<span class="text-xs text-gray-500">
|
||||
/categories/{{ category.spec.slug }}
|
||||
{{ category.status.permalink }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -186,7 +186,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div class="mt-1 flex">
|
||||
<span class="text-xs text-gray-500">
|
||||
/tags/{{ tag.spec.slug }}
|
||||
{{ tag.status?.permalink }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue