From 12770095865a484867e1fe603e1a4238c6e46a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 17 May 2025 10:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=94=A8=E6=88=B7=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0ip=E5=BD=92=E5=B1=9E=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/product/account.vue | 11 ++++++++++- src/components/product/accountSearch.vue | 10 +++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/components/product/account.vue b/src/components/product/account.vue index 3ba192d..2171cfe 100644 --- a/src/components/product/account.vue +++ b/src/components/product/account.vue @@ -163,7 +163,11 @@ - + + + @@ -506,6 +510,11 @@ export default { this.online(item.info) }) }, + findaddr (item) { + this.$api.get(this.$api.phpURL + 'api/index/getIpAddress?ip='+item.LoginIP).then(res => { + alert(res.data); + }) + }, dataExport () { if (this.dateRange && this.dateRange.length === 2) { this.searchModel.Btime = this.dateRange[0] diff --git a/src/components/product/accountSearch.vue b/src/components/product/accountSearch.vue index 1fee6eb..0bb5d44 100644 --- a/src/components/product/accountSearch.vue +++ b/src/components/product/accountSearch.vue @@ -100,7 +100,10 @@ - + + @@ -300,6 +303,11 @@ export default { this.$message.success('设置成功') }) }, + findaddr (item) { + this.$api.get(this.$api.phpURL + 'api/index/getIpAddress?ip='+item.LoginIP).then(res => { + alert(res.data); + }) + }, killout(item){ var params={ productId:item.info.ProductId,