From 28e181f31579fd01c1abb2fa565df1a4b9ae64d4 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 14 Mar 2025 10:07:29 +0800 Subject: [PATCH] =?UTF-8?q?pad=E5=B1=9E=E6=80=A7=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- public/static/config.js | 4 ++-- src/views/visualCheck/checkManage/mobileCheck/index.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 42d6e24..1c7f8fc 100644 --- a/.env.production +++ b/.env.production @@ -3,8 +3,8 @@ ENV = 'production' # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http -VUE_APP_BASE_API = 'http://192.168.3.220:12010' -#VUE_APP_BASE_API = 'http://192.168.99.86:12010' +#VUE_APP_BASE_API = 'http://192.168.3.220:12010' +VUE_APP_BASE_API = 'http://192.168.99.86:12010' # 如果接口是 http 形式, wss 需要改为 ws #VUE_APP_WS_API = 'ws://27.16.212.58:11100' #VUE_APP_CAMERA_API = '192.168.99.107:3000' diff --git a/public/static/config.js b/public/static/config.js index 5918b5f..d1e55cb 100644 --- a/public/static/config.js +++ b/public/static/config.js @@ -1,7 +1,7 @@ window.g = { AXIOS_TIMEOUT: 10000, - ApiUrl: 'http://192.168.3.220:12010', // 江夏配置服务器地址, - // ApiUrl: 'http://192.168.99.86:12010', // 配置服务器地址, + //ApiUrl: 'http://192.168.3.220:12010', // 江夏配置服务器地址, + ApiUrl: 'http://192.168.99.86:12010', // 配置服务器地址, // ParentPage: { // 后续看需求配置 // CrossDomainProxyUrl: '/Home/CrossDomainProxy', // BtnsApi: '/api/services/app/Authorization/GetBtns', diff --git a/src/views/visualCheck/checkManage/mobileCheck/index.vue b/src/views/visualCheck/checkManage/mobileCheck/index.vue index 57ca45e..8976e62 100644 --- a/src/views/visualCheck/checkManage/mobileCheck/index.vue +++ b/src/views/visualCheck/checkManage/mobileCheck/index.vue @@ -56,10 +56,10 @@