From 2905c78f0099fdec9269ca2c97cbe9301efe5815 Mon Sep 17 00:00:00 2001 From: Li-GanMa Date: Sat, 11 Nov 2023 16:23:31 +0800 Subject: [PATCH] =?UTF-8?q?ip=E6=9F=A5=E8=AF=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 ++-- src/components/IPinfo.vue | 59 +++++++++++++++++++++++++-------------- src/components/Main.vue | 6 ++-- 3 files changed, 42 insertions(+), 28 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4d63607..5e38166 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,9 +23,9 @@ - +
- +
@@ -49,7 +49,6 @@ import { ElMessage } from 'element-plus' import { toClipboard } from '@soerenmartius/vue3-clipboard' const isVisible = ref(true) -const IPinfo = reactive({ globalInfo: null, localInfo: null }) let GoToHomePage = () => { //window.open("https://netart.cn/") toClipboard('463481772') diff --git a/src/components/IPinfo.vue b/src/components/IPinfo.vue index 3b588f4..08aec6d 100644 --- a/src/components/IPinfo.vue +++ b/src/components/IPinfo.vue @@ -29,11 +29,10 @@