巡检路线完成

This commit is contained in:
Zy
2026-04-21 09:35:05 +08:00
parent 9f9a88f303
commit 35cf75f377
5 changed files with 302 additions and 161 deletions

View File

@@ -8,8 +8,10 @@ VITE_APP_ENV = 'development'
# 开发环境
VITE_APP_BASE_API = '/dev-api'
# # 开发环境 接口代理地址
# VITE_APP_PROXY_API = 'http://192.168.1.222:8080'
# 开发环境 接口代理地址
VITE_APP_PROXY_API = 'http://192.168.1.222:8080'
VITE_APP_PROXY_API = 'http://192.168.1.215:8080'
# 图片基础地址
VITE_IMG_URL = 'http://192.168.1.222:8080'