From 73c597556d555afb63d730eb774fae43ef574b36 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 28 May 2024 10:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80?= 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 6c57c5a..b73a710 100644 --- a/config/index.js +++ b/config/index.js @@ -32,7 +32,7 @@ if(process.env.NODE_ENV === 'development'){ oldApiBaseUrl = '/uboeApi'; statApiBaseUrl='/statApi-release'; socialApiBaseUrl='/socialApi-release'; - fileUrl = 'https://u-pre.com/upload'; + fileUrl = 'https://u.com/upload'; loginPath='https://u.boe.com/m/loginuser'; scormPlayer='https://u.boe.com/newscorm/scorm-player'; apiActivityUrl='/activityApi'; @@ -53,7 +53,7 @@ if(process.env.NODE_ENV === 'development'){ oldApiBaseUrl = '/uboeApi'; statApiBaseUrl='/statApi'; socialApiBaseUrl='/socialApi'; - fileUrl = 'https://u-pre.com/upload'; + fileUrl = 'https://u.com/upload'; loginPath='https://u.boe.com/m/loginuser'; scormPlayer='https://u.boe.com/newscorm/scorm-player'; apiActivityUrl='/activityApi';