From d3640e13b468e003761a4deb1cdaf463911fc455 Mon Sep 17 00:00:00 2001 From: 张含笑 <zhx18749296735@163.com> Date: Sat, 28 Feb 2026 14:10:02 +0800 Subject: [PATCH] feat:线上地址 --- uniapps/work-app/src/config/env.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/uniapps/work-app/src/config/env.js b/uniapps/work-app/src/config/env.js index 0d7536c..211af6f 100644 --- a/uniapps/work-app/src/config/env.js +++ b/uniapps/work-app/src/config/env.js @@ -15,8 +15,7 @@ // VITE_APP_WEBVIEW_URL: 'https://wrj.shuixiongit.com/mobile-web-view/#/webViewWrapper', VITE_APP_WEBVIEW_URL: 'https://192.168.1.157:5179/mobile-web-view/#/webViewWrapper', VITE_API_BASE_URL: 'http://218.202.104.82:8200', - VITE_API_BASE_URL_GD: 'http://192.168.1.227', - // VITE_API_BASE_URL_GD: 'http://219.146.74.42:8015/api/', + VITE_API_BASE_URL_GD: 'http://219.146.74.42:8015/api/', // 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