From c9a6256465d05e5d7fe51808b7dc4406346d8a4b Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Thu, 30 Jul 2026 10:27:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20git=20=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index ab0a6cc..51d4ce3 100644 --- a/.env.development +++ b/.env.development @@ -7,8 +7,8 @@ VITE_APP_ENV = 'development' # 招商车研物联网平台/开发环境 VITE_APP_BASE_API = '/dev-api' -VITE_API_URL = http://localhost:13080 -VITE_WS_URL = ws://localhost:13080/ws +VITE_API_URL = http://192.168.0.222:13080 +VITE_WS_URL = ws://192.168.0.222:13080/ws VITE_PORT = 80 VITE_INSPECTION_TYPE = "inspection" VITE_MINIO_URL = "http://192.168.28.10:9000/cmvr-iot/" diff --git a/.gitignore b/.gitignore index 78a752d..dc89b16 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ selenium-debug.log package-lock.json yarn.lock + +.history