From 1d46e10e2a56b2cf56d5453d908e06d2ba24ef3e Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Tue, 13 Jan 2026 14:44:43 +0800 Subject: [PATCH] feat: 校验调整 --- uniapps/work-app/src/config/env.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/uniapps/work-app/src/config/env.js b/uniapps/work-app/src/config/env.js index 6db3235..0d0d216 100644 --- a/uniapps/work-app/src/config/env.js +++ b/uniapps/work-app/src/config/env.js @@ -13,7 +13,7 @@ VITE_APP_ENV:'development', // 开发环境这里改为自己的 VITE_APP_WEBVIEW_URL: 'https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper', - // VITE_APP_WEBVIEW_URL: 'http://localhost:5173/drone-app-web-view/#/webViewWrapper', + // VITE_APP_WEBVIEW_URL: 'http://192.168.1.157:5176/mobile-web-view/#/webViewWrapper', VITE_API_BASE_URL: 'http://218.202.104.82:8200', // VITE_API_BASE_URL: 'https://aisky.org.cn/api', VITE_APP_WS_API_URL:'wss://wrj.shuixiongit.com/drone-wss/api/v1/ws', -- Gitblit v1.9.3