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 @@
+