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',