From 28b11d56904dfc8832638319da27435c0ce17d3c Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 30 May 2025 17:12:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=80=BB=E8=BE=911?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 4 ++-- src/views/home/index.vue | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.env.test b/.env.test index 7a0fe46..3f1633d 100644 --- a/.env.test +++ b/.env.test @@ -2,6 +2,6 @@ FT_NODE_ENV=test -FT_WS_URL=ws://192.168.10.200:8080/ws -FT_PROXY=http://192.168.10.200:8080 +FT_WS_URL=ws://127.0.0.1:8080/ws +FT_PROXY=http://127.0.0.1:8080 FT_API_BASE=/api \ No newline at end of file diff --git a/src/views/home/index.vue b/src/views/home/index.vue index bbd72d2..7b82cc0 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -143,7 +143,6 @@ const move_to_liquid_area = async () => { { confirmButtonText: '确认', showClose: false, - showCancelButton: false, closeOnClickModal: false, closeOnPressEscape: false, type: 'warning', @@ -162,7 +161,6 @@ const move_to_feed_area = async () => { { confirmButtonText: '确认', showClose: false, - showCancelButton: false, closeOnClickModal: false, closeOnPressEscape: false, type: 'warning', @@ -181,7 +179,6 @@ const move_to_anneal_area = async () => { { confirmButtonText: '确认', showClose: false, - showCancelButton: false, closeOnClickModal: false, closeOnPressEscape: false, type: 'warning',