From 257edd46a2f75c33084722396c5bbe654d4493a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Aug 2022 15:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=AE=A2=E6=9C=8D=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.prod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.prod.ts b/config/config.prod.ts index f45c8e0..e2b947c 100644 --- a/config/config.prod.ts +++ b/config/config.prod.ts @@ -22,13 +22,13 @@ export default defineConfig({ //询价-查看报价详情-虚拟用户uid REACT_APP_XUNJIA_UID: 'admin_entrance', //智慧客服用户中心地址 - REACT_APP_CUSTOMERSERVICE_USERCENTER: 'http://10.242.31.158:8100/auth/oauth/authorize?response_type=code', + REACT_APP_CUSTOMERSERVICE_USERCENTER: 'http://uscm.unicom.local:8100/auth/oauth/authorize?response_type=code', //智慧客服client_id REACT_APP_CUSTOMERSERVICE_CLIENT_ID: 'COsHJydx', //智慧客服地址 - REACT_APP_CUSTOMERSERVICE_REDIRECT: 'http://10.242.31.158:8632', + REACT_APP_CUSTOMERSERVICE_REDIRECT: 'https://uscm.chinaunicom.cn:18011', // //智慧客服ws地址 // REACT_APP_CUSTOMERSERVICE_WS_REDIRECT: 'ws://uscm.unicom.local:18022/api/api/biz-customer-service',