From 744f3b89a2ed8832f669f322ace820d65cba33fc Mon Sep 17 00:00:00 2001 From: guoshilong <123456> Date: Fri, 13 Oct 2023 10:25:40 +0800 Subject: [PATCH] 调整表格宽度 --- env/.env | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/env/.env b/env/.env index 87c4fea..d0c1d2a 100644 --- a/env/.env +++ b/env/.env @@ -1,2 +1,3 @@ -VITE_API_URL = 'http://192.168.1.198:6789' -VITE_WS_API_URL = 'ws://192.168.1.198:6789/api/v1/ws' \ No newline at end of file +VITE_API_URL = 'http://192.168.1.133:6789' +VITE_WS_API_URL = 'ws://192.168.1.133:6789/api/v1/ws' +VITE_BASE_API = '/drone-api' -- Gitblit v1.9.3