From bdfba9303416edc3157e84c9c8df85f57d46906d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 31 Aug 2022 15:50:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BD=91=E5=85=B3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.UAT.ts | 2 +- config/config.prod.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.UAT.ts b/config/config.UAT.ts index 6c4715d..19ebc69 100644 --- a/config/config.UAT.ts +++ b/config/config.UAT.ts @@ -26,7 +26,7 @@ export default defineConfig({ // REACT_APP_CUSTOMERSERVICE_WS_REDIRECT: 'ws://10.242.31.158:18022/api/api/biz-customer-service', //智慧客服用户中心地址 - REACT_APP_CUSTOMERSERVICE_USERCENTER: 'http://10.242.31.158:8100/auth/oauth/authorize?response_type=code', + REACT_APP_CUSTOMERSERVICE_USERCENTER: 'http://10.242.31.158:18022/auth/oauth/authorize?response_type=code', //智慧客服client_id REACT_APP_CUSTOMERSERVICE_CLIENT_ID: 'COsHJydx', diff --git a/config/config.prod.ts b/config/config.prod.ts index 3d5b387..01af4bb 100644 --- a/config/config.prod.ts +++ b/config/config.prod.ts @@ -22,7 +22,7 @@ export default defineConfig({ //询价-查看报价详情-虚拟用户uid REACT_APP_XUNJIA_UID: 'admin_entrance', //智慧客服用户中心地址 - REACT_APP_CUSTOMERSERVICE_USERCENTER: 'http://10.238.25.112:8100/auth/oauth/authorize?response_type=code', + REACT_APP_CUSTOMERSERVICE_USERCENTER: 'http://uscm.unicom.local:18022/auth/oauth/authorize?response_type=code', //智慧客服client_id REACT_APP_CUSTOMERSERVICE_CLIENT_ID: 'COsHJydx',