From 20913c6718fdc6b3a375e7e8611e11c283d022ae Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 8 Jan 2026 11:49:23 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=92=8C=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E4=B8=AD=E7=9A=84?= =?UTF-8?q?API=20URL=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=AD=A3=E7=A1=AE=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- src/views/onchain-address/index.vue | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 8dce510..9f1ef1c 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ -VITE_API_URL=http://192.168.1.17:9528 +VITE_API_URL=http://192.168.1.7:9528 VITE_TRADINGVIEW_LIBRARY_URL=https://dev.riwsan1.com # VITE_TRADINGVIEW_DATA_API_URL=https://demo-feed-data.tradingview.com \ No newline at end of file diff --git a/.env.production b/.env.production index 6781897..390c408 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -VITE_API_URL=http://192.168.1.6:9527 +VITE_API_URL=http://192.168.1.7:9527 VITE_TRADINGVIEW_LIBRARY_URL=https://dev.riwsan1.com # VITE_TRADINGVIEW_DATA_API_URL=https://demo-feed-data.tradingview.com \ No newline at end of file diff --git a/src/views/onchain-address/index.vue b/src/views/onchain-address/index.vue index 2da0ebb..a9923bb 100644 --- a/src/views/onchain-address/index.vue +++ b/src/views/onchain-address/index.vue @@ -1,6 +1,5 @@