From b1e384fed1395d5117f52fd3695cdce6fc55a0b6 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 13 Oct 2023 08:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=AF=92=E8=AE=B0=E5=BD=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++---- src/components/Setting/components/History.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index fe3f0dd..c4ae906 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ -VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ +# VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ +# VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ -# VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ -# VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file +VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ +VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file diff --git a/src/components/Setting/components/History.vue b/src/components/Setting/components/History.vue index bda0b0a..50fd6cc 100644 --- a/src/components/Setting/components/History.vue +++ b/src/components/Setting/components/History.vue @@ -311,7 +311,7 @@ const showDetailModal = item => { } .table_wrap { // flex: 1; - width: 3124px; + width: 2680px; height: 580px; display: flex; justify-content: space-evenly;