diff --git a/frontend/pages/item/[id]/index.vue b/frontend/pages/item/[id]/index.vue
index c51b9836..dabce702 100644
--- a/frontend/pages/item/[id]/index.vue
+++ b/frontend/pages/item/[id]/index.vue
@@ -386,6 +386,10 @@
closeDialog();
});
+ const currentUrl = computed(() => {
+ return window.location.href;
+ });
+
const currentPath = computed(() => {
return route.path;
});
@@ -525,7 +529,10 @@
Show Empty
-