From 48411ddfff18a5efa241b9e98a7a4c2083909092 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 16 Jan 2023 10:22:15 +0800 Subject: [PATCH] =?UTF-8?q?init=20=E7=AD=BE=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.boe | 2 +- .env.prod | 2 +- .env.release | 2 +- .env.test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.boe b/.env.boe index 70acd1e..4978826 100644 --- a/.env.boe +++ b/.env.boe @@ -1,4 +1,4 @@ -VITE_BASE=/fe-student-h5 +VITE_BASE=/student-h5 VITE_BASE_API=/manageApi VITE_BOE_ONLINE_CLASS_URL=https://u-pre.boe.com/pc/course/studyindex?id= diff --git a/.env.prod b/.env.prod index eb63d69..76667b9 100644 --- a/.env.prod +++ b/.env.prod @@ -1,4 +1,4 @@ -VITE_BASE=/fe-student-h5 +VITE_BASE=/student-h5 VITE_BASE_API=/manageApi VITE_BASE_LOGIN_URL=https://u.boe.com/web?returnUrl= diff --git a/.env.release b/.env.release index 7731174..e9e547a 100644 --- a/.env.release +++ b/.env.release @@ -1,4 +1,4 @@ -VITE_BASE=/fe-student-h5-release +VITE_BASE=/student-h5 VITE_BASE_API=/manageApi-release VITE_BASE_LOGIN_URL=https://u.boe.com/web?returnUrl= diff --git a/.env.test b/.env.test index c3b5a66..84532a5 100644 --- a/.env.test +++ b/.env.test @@ -1,4 +1,4 @@ -VITE_BASE=/fe-student-h5 +VITE_BASE=/student-h5 VITE_BASE_API=/manageApi VITE_OUTPUT_DIR=./docker/dist