diff --git a/ui/src/components/Information.vue b/ui/src/components/Information.vue
index f2109ac..ed6754d 100644
--- a/ui/src/components/Information.vue
+++ b/ui/src/components/Information.vue
@@ -9,7 +9,7 @@
{{ data.key }} |
{{
- data.value
+ data.value
}}
|
@@ -91,7 +91,7 @@ export default defineComponent({
});
}
- if (data.public_ipv4) {
+ if (data.public_ipv6) {
this.tableData.push({
key: "IPv6 地址",
value: data.public_ipv6,