From 6d0342f18824eaabef3318ea289a10de79213c6a Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Tue, 13 Jan 2026 16:19:49 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- applications/mobile-web-view/env/.env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/applications/mobile-web-view/env/.env.development b/applications/mobile-web-view/env/.env.development index 132857c..335cf71 100644 --- a/applications/mobile-web-view/env/.env.development +++ b/applications/mobile-web-view/env/.env.development @@ -18,7 +18,7 @@ VITE_APP_MAP_TILE_URL = https://wrj.shuixiongit.com/3Dtile #开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖) -VITE_APP_API_URL = https://wrj.shuixiongit.com/api +VITE_APP_API_URL = http://218.202.104.82:8200 # VITE_APP_API_URL = http://192.168.1.168 # ws地址 -- Gitblit v1.9.3