From d77ff074e895d16b99f72386dd50655500cdb435 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 04 七月 2024 18:19:05 +0800 Subject: [PATCH] fix:文件大小写问题 --- .env.development | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 33da7b4..4a153b1 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ -VITE_BASE_API_URL = ''; \ No newline at end of file +VITE_BASE_API_URL = +VITE_SCOKET_URL = ws://192.168.3.64:8000/websocket/ \ No newline at end of file -- Gitblit v1.8.0