feat: git 忽略

This commit is contained in:
zhanghao 2026-07-30 10:27:27 +08:00
parent a30903dd70
commit c9a6256465
2 changed files with 4 additions and 2 deletions

View File

@ -7,8 +7,8 @@ VITE_APP_ENV = 'development'
# 招商车研物联网平台/开发环境 # 招商车研物联网平台/开发环境
VITE_APP_BASE_API = '/dev-api' VITE_APP_BASE_API = '/dev-api'
VITE_API_URL = http://localhost:13080 VITE_API_URL = http://192.168.0.222:13080
VITE_WS_URL = ws://localhost:13080/ws VITE_WS_URL = ws://192.168.0.222:13080/ws
VITE_PORT = 80 VITE_PORT = 80
VITE_INSPECTION_TYPE = "inspection" VITE_INSPECTION_TYPE = "inspection"
VITE_MINIO_URL = "http://192.168.28.10:9000/cmvr-iot/" VITE_MINIO_URL = "http://192.168.28.10:9000/cmvr-iot/"

2
.gitignore vendored
View File

@ -21,3 +21,5 @@ selenium-debug.log
package-lock.json package-lock.json
yarn.lock yarn.lock
.history