From fa1848f90bb9efd874edaf26a530adbd7a3c2429 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Wed, 14 Dec 2022 19:43:09 +0800 Subject: [PATCH] init --- .env | 10 ++++++++-- .env.prod | 8 ++++++-- .env.release | 8 ++++++++ 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 .env.release diff --git a/.env b/.env index 5b00c2e..5121d38 100644 --- a/.env +++ b/.env @@ -1,5 +1,11 @@ -VITE_BOE_ONLINE_CLASS_URL=https://u-pre.boe.com/pc/course/studyindex?id= VITE_BASE=/fe-student VITE_BASE_API= -VITE_PROXY_URL=123 +VITE_PROXY_URL= +VITE_BOE_API=https://u-pre.boe.com + +VITE_BOE_ONLINE_CLASS_URL=https://u-pre.boe.com/pc/course/studyindex?id= +VITE_BOE_CASS_DETAIL_URL=https://u-pre.boe.com/pc/case/detail?id= +VITE_BOE_TEST_DETAIL_URL=https://u-pre.boe.com/web/quizsummary?detailId= + + diff --git a/.env.prod b/.env.prod index 4ec2b73..1cbab01 100644 --- a/.env.prod +++ b/.env.prod @@ -1,4 +1,8 @@ -VITE_BOE_ONLINE_CLASS_URL=https://u.boe.com/pc/course/studyindex?id= VITE_BASE=/fe-student VITE_BASE_API=/manageApi -VITE_PROXY_URL= \ No newline at end of file +VITE_PROXY_URL= + + +VITE_BOE_ONLINE_CLASS_URL=https://u.boe.com/pc-release/course/studyindex?id= +VITE_BOE_CASS_DETAIL_URL=https://u-pre.boe.com/pc/case/detail?id= +VITE_BOE_TEST_DETAIL_URL=https://u-pre.boe.com/web/quizsummary?detailId= \ No newline at end of file diff --git a/.env.release b/.env.release new file mode 100644 index 0000000..a550afe --- /dev/null +++ b/.env.release @@ -0,0 +1,8 @@ +VITE_BASE=/fe-student +VITE_BASE_API=/manageApi +VITE_PROXY_URL= + + +VITE_BOE_ONLINE_CLASS_URL=https://u.boe.com/pc-release/course/studyindex?id= +VITE_BOE_CASS_DETAIL_URL=https://u.boe.com/pc-release/case/detail?id= +VITE_BOE_TEST_DETAIL_URL=https://u.boe.com/web/quizsummary?detailId= \ No newline at end of file