吉安感知网项目-前端
罗广辉
2026-04-03 1659b41681e18ad984622877c06427112d9e50ca
feat: 星图接口修改
7 files modified
14 ■■■■ changed files
applications/mobile-web-view/env/.env 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/env/.env.development 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/env/.env.production 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/env/.env.test 2 ●●● patch | view | raw | blame | history
applications/task-work-order/env/.env 2 ●●● patch | view | raw | blame | history
uniapps/work-app/src/config/env.js 2 ●●● patch | view | raw | blame | history
uniapps/work-wx/src/config/env.js 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/env/.env
@@ -5,7 +5,7 @@
VITE_APP_API = /api
#线上用的
VITE_APP_XT_URL=http://218.202.104.82:8200
VITE_APP_XT_URL=http://220.177.172.27:8100/yisuanzhijian
#调试参数
VITE_APP_DEBUG_KEY = saber
applications/mobile-web-view/env/.env.development
@@ -5,7 +5,7 @@
VITE_BUILD_COMPRESS = gzip
#开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖)
VITE_APP_XT_URL = http://218.202.104.82:8200
VITE_APP_XT_URL = http://220.177.172.27:8100/yisuanzhijian
#工单详情(分享链接)
VITE_APP_XT_URL_GD = http://219.146.74.42:8015
applications/mobile-web-view/env/.env.production
@@ -11,7 +11,7 @@
#生产环境配置
VITE_APP_ENV = 'production'
VITE_APP_XT_URL = http://218.202.104.82:8200
VITE_APP_XT_URL = http://220.177.172.27:8100/yisuanzhijian
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
applications/mobile-web-view/env/.env.test
@@ -5,7 +5,7 @@
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
VITE_APP_XT_URL = http://218.202.104.82:8200
VITE_APP_XT_URL = http://220.177.172.27:8100/yisuanzhijian
# ws地址
VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com/drone-wss/api/v1/ws
applications/task-work-order/env/.env
@@ -8,7 +8,7 @@
VITE_APP_API_XT=/apiXT
# xt部署到服务器后接口地址
VITE_APP_URL_XT=http://218.202.104.82:8200
VITE_APP_URL_XT=http://220.177.172.27:8100/yisuanzhijian
#页面基础路径
VITE_APP_BASE=/task-work-order
uniapps/work-app/src/config/env.js
@@ -14,7 +14,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: 'http://220.177.172.27:8100/yisuanzhijian',
  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',
uniapps/work-wx/src/config/env.js
@@ -14,7 +14,7 @@
  // 开发环境这里改为自己的
  // VITE_APP_WEBVIEW_URL: 'https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper',
  VITE_APP_WEBVIEW_URL: 'https://wrj.shuixiongit.com/mobile-web-view/#/webViewWrapper',
  VITE_API_BASE_URL: 'http://218.202.104.82:8200',
  VITE_API_BASE_URL: 'http://220.177.172.27:8100/yisuanzhijian',
  // VITE_API_BASE_URL: 'https://aisky.org.cn/api',
  VITE_APP_WS_API_URL:'wss://wrj.shuixiongit.com/drone-wss/api/v1/ws',