From 2e84282424ce640485f32667b4074bf7c5fa8192 Mon Sep 17 00:00:00 2001 From: wangys <3401275564@qq.com> Date: Wed, 7 Jan 2026 15:35:35 +0800 Subject: [PATCH] =?UTF-8?q?docker=20web=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/urbanLifeline/web/config/app-config-bidding.js | 8 ++++---- docker/urbanLifeline/web/config/app-config-platform.js | 8 ++++---- docker/urbanLifeline/web/config/app-config-shared.js | 6 +++--- docker/urbanLifeline/web/config/app-config-workcase.js | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docker/urbanLifeline/web/config/app-config-bidding.js b/docker/urbanLifeline/web/config/app-config-bidding.js index 5fdf4884..406ba6a3 100644 --- a/docker/urbanLifeline/web/config/app-config-bidding.js +++ b/docker/urbanLifeline/web/config/app-config-bidding.js @@ -1,7 +1,7 @@ /** * @description Bidding 运行时配置 (Docker 部署用) * - * 域名: https://demo-urbanlifeline.tensorgrove.com + * 域名: https://192.168.130.131 * 修改此文件后重启容器生效 */ @@ -39,9 +39,9 @@ window.APP_RUNTIME_CONFIG = { publicWebPath: '/', sso: { - platformUrl: 'https://demo-urbanlifeline.tensorgrove.com/', - workcaseUrl: 'https://demo-urbanlifeline.tensorgrove.com/workcase', - biddingUrl: 'https://demo-urbanlifeline.tensorgrove.com/bidding' + platformUrl: 'https://192.168.130.131/', + workcaseUrl: 'https://192.168.130.131/workcase', + biddingUrl: 'https://192.168.130.131/bidding' }, aesSecretKey: 'MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=', diff --git a/docker/urbanLifeline/web/config/app-config-platform.js b/docker/urbanLifeline/web/config/app-config-platform.js index 1e7d43b1..9daf7ff6 100644 --- a/docker/urbanLifeline/web/config/app-config-platform.js +++ b/docker/urbanLifeline/web/config/app-config-platform.js @@ -1,7 +1,7 @@ /** * @description Platform 运行时配置 (Docker 部署用) * - * 域名: https://demo-urbanlifeline.tensorgrove.com + * 域名: https://192.168.130.131 * 修改此文件后重启容器生效 */ @@ -39,9 +39,9 @@ window.APP_RUNTIME_CONFIG = { publicWebPath: '/', sso: { - platformUrl: 'https://demo-urbanlifeline.tensorgrove.com/', - workcaseUrl: 'https://demo-urbanlifeline.tensorgrove.com/workcase', - biddingUrl: 'https://demo-urbanlifeline.tensorgrove.com/bidding' + platformUrl: 'https://192.168.130.131/', + workcaseUrl: 'https://192.168.130.131/workcase', + biddingUrl: 'https://192.168.130.131/bidding' }, aesSecretKey: 'MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=', diff --git a/docker/urbanLifeline/web/config/app-config-shared.js b/docker/urbanLifeline/web/config/app-config-shared.js index df3ffddd..80f87410 100644 --- a/docker/urbanLifeline/web/config/app-config-shared.js +++ b/docker/urbanLifeline/web/config/app-config-shared.js @@ -36,9 +36,9 @@ window.APP_RUNTIME_CONFIG = { publicWebPath: '/', sso: { - platformUrl: 'https://demo-urbanlifeline.tensorgrove.com/', - workcaseUrl: 'https://demo-urbanlifeline.tensorgrove.com/workcase', - biddingUrl: 'https://demo-urbanlifeline.tensorgrove.com/bidding' + platformUrl: 'https://192.168.130.131/', + workcaseUrl: 'https://192.168.130.131/workcase', + biddingUrl: 'https://192.168.130.131/bidding' }, features: { diff --git a/docker/urbanLifeline/web/config/app-config-workcase.js b/docker/urbanLifeline/web/config/app-config-workcase.js index d520dca4..8ebff993 100644 --- a/docker/urbanLifeline/web/config/app-config-workcase.js +++ b/docker/urbanLifeline/web/config/app-config-workcase.js @@ -1,7 +1,7 @@ /** * @description Workcase 运行时配置 (Docker 部署用) * - * 域名: https://demo-urbanlifeline.tensorgrove.com + * 域名: https://192.168.130.131 * 修改此文件后重启容器生效 */ @@ -39,9 +39,9 @@ window.APP_RUNTIME_CONFIG = { publicWebPath: '/', sso: { - platformUrl: 'https://demo-urbanlifeline.tensorgrove.com/', - workcaseUrl: 'https://demo-urbanlifeline.tensorgrove.com/workcase', - biddingUrl: 'https://demo-urbanlifeline.tensorgrove.com/bidding' + platformUrl: 'https://192.168.130.131/', + workcaseUrl: 'https://192.168.130.131/workcase', + biddingUrl: 'https://192.168.130.131/bidding' }, aesSecretKey: 'MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=',