From 02e029b1b2b48b7ec9d4461bdb0960c62dd1c084 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 21 Dec 2022 09:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index a552543..c59bd6e 100644 --- a/config/index.js +++ b/config/index.js @@ -26,7 +26,7 @@ if(process.env.NODE_ENV === 'development'){ statApiBaseUrl='/statApi'; socialApiBaseUrl='/socialApi'; fileUrl = 'https://u.boe.com/upload'; - loginPath='https://u.boe.com/m/preview'; + loginPath='https://u.boe.com/m/loginuser'; }else if(process.env.ENV_TYPE === 'testing'){ // 测试环境 apiBaseUrl = '/systemapi';