From 37b7726a351ac17f3b301d1d179f39ea8acc848a Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 5 Dec 2022 10:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index 7ea6bee..1343072 100644 --- a/config/index.js +++ b/config/index.js @@ -24,8 +24,8 @@ if(process.env.NODE_ENV === 'development'){ oldApiBaseUrl = '/uboeApi'; statApiBaseUrl='/statApi'; socialApiBaseUrl='/socialApi'; - fileUrl = 'https://u-pre.boe.com/upload'; - loginPath='https://u-pre.boe.com/m/preview'; + fileUrl = 'https://u.boe.com/upload'; + loginPath='https://u.boe.com/m/preview'; }else if(process.env.NODE_ENV === 'testing'){ // 测试环境 apiBaseUrl = '/systemapi';