From 0662537e5d222110de98b260e8ffadd78ab6385b Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 28 Dec 2022 17:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Scorm=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.preview | 2 +- .env.production | 2 +- .env.testing | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.preview b/.env.preview index dcd2d46a..cf0cddd5 100644 --- a/.env.preview +++ b/.env.preview @@ -37,4 +37,4 @@ VUE_APP_MANAGER_API_PATH='/manageApi-release' VUE_APP_LOGIN_URL='https://u.boe.com/web-release/' # scorm课件的播放url地址 -VUE_APP_SCORM_URL = 'https://u.boe.com/scorm/scorm-player' +VUE_APP_SCORM_URL = 'https://u.boe.com/newscorm/scorm-player' diff --git a/.env.production b/.env.production index d71bcb2e..ee26fd41 100644 --- a/.env.production +++ b/.env.production @@ -37,4 +37,4 @@ VUE_APP_MANAGER_API_PATH='/manageApi' VUE_APP_LOGIN_URL='https://u.boe.com/web/' # scorm课件的播放url地址 -VUE_APP_SCORM_URL = 'https://u.boe.com/scorm/scorm-player' +VUE_APP_SCORM_URL = 'https://u.boe.com/newscorm/scorm-player' diff --git a/.env.testing b/.env.testing index b22a2512..2fd85c14 100644 --- a/.env.testing +++ b/.env.testing @@ -37,4 +37,4 @@ VUE_APP_MANAGER_API_PATH='/manageApi' VUE_APP_LOGIN_URL='https://u-pre.boe.com/web/' # scorm课件的播放url地址 -VUE_APP_SCORM_URL = 'https://u-pre.boe.com/scorm/scorm-player' +VUE_APP_SCORM_URL = 'https://u-pre.boe.com/newscorm/scorm-player'