mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 17:36:45 +08:00
feat:修改回到首页
This commit is contained in:
13
.env
13
.env
@@ -4,12 +4,17 @@ VITE_OUTPUT_DIR=./dist
|
||||
VITE_BASE_LOGIN_URL=//u-pre.boe.com/m/loginuser?returnUrl=
|
||||
VITE_PROXY_URL=http://43.143.139.204/manageApi
|
||||
|
||||
|
||||
# 在线
|
||||
VITE_BOE_ONLINE_CLASS_URL=//u-pre.boe.com/mobile/pages/study/courseStudy?id=
|
||||
# 不用 案例
|
||||
VITE_BOE_CASS_DETAIL_URL=//u-pre.boe.com/pc/case/detail?id=
|
||||
# 测评 不用
|
||||
VITE_BOE_TEST_DETAIL_URL=//u-pre.boe.com/web/quizsummary?detailId=
|
||||
# 测评 不用
|
||||
VITE_BOE_TEST_OUT_DETAIL_URL=//u-pre.boe.com/api/b1/tale/do-quiz?quizKid=
|
||||
# 考试
|
||||
VITE_BOE_EXAM_DETAIL_URL=//u-pre.boe.com/mobile/pages/exam/exam?id=
|
||||
# 不用
|
||||
VITE_BOE_PATH_DETAIL_URL=//u-pre.boe.com/pc/forward?to=/student-h5
|
||||
|
||||
VITE_BOE_API_URL=https://u-pre.boe.com
|
||||
@@ -20,4 +25,8 @@ VITE_BOE_BASE_URL=//u-pre.boe.com
|
||||
#评论上传图片
|
||||
VITE_IMG=/manageApi
|
||||
VITE_BASE_FILE_PATH=/fe-student-h5/upload
|
||||
VITE_FILE_PATH=/upload/
|
||||
VITE_FILE_PATH=/upload/
|
||||
|
||||
|
||||
#h5的基本url
|
||||
VITE_BOE_HOME=//u-pre.boe.com/mobile/pages/index/index
|
||||
@@ -15,4 +15,7 @@ VITE_BOE_API_URL=https://u.boe.com
|
||||
VITE_TASK_WHITE_TYPE=-22-
|
||||
VITE_BOE_BASE_URL=//u.boe.com
|
||||
|
||||
VITE_IMG=/manageApi
|
||||
VITE_IMG=/manageApi
|
||||
|
||||
#h5的基本url
|
||||
VITE_BOE_HOME=//u.boe.com/mobile/pages/index/index
|
||||
@@ -2,14 +2,17 @@ VITE_BASE=/student-h5-release
|
||||
VITE_BASE_API=/manageApi-release
|
||||
VITE_BASE_LOGIN_URL=//u.boe.com/web?returnUrl=
|
||||
|
||||
VITE_BOE_ONLINE_CLASS_URL=//u.boe.com/pc-release/mobile/pages/study/courseStudy?id=
|
||||
VITE_BOE_ONLINE_CLASS_URL=//u.boe.com/mobile-release/pages/study/courseStudy?id=
|
||||
VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc-release/case/detail?id=
|
||||
VITE_BOE_TEST_DETAIL_URL=//u.boe.com/web/quizsummary?detailId=
|
||||
VITE_BOE_TEST_OUT_DETAIL_URL=//u.boe.com/api/b1/tale/do-quiz?quizKid=
|
||||
VITE_BOE_EXAM_DETAIL_URL=//u.boe.com/pc-release/mobile/pages/exam/exam?id=
|
||||
VITE_BOE_EXAM_DETAIL_URL=//u.boe.com/mobile-release/pages/exam/exam?id=
|
||||
VITE_BOE_PATH_DETAIL_URL=//u.boe.com/pc-release/forward?to=/student-h5-release
|
||||
|
||||
VITE_BOE_API_URL=https://u.boe.com
|
||||
VITE_BOE_BASE_URL=//u.boe.com
|
||||
|
||||
VITE_IMG=/manageApi-release
|
||||
VITE_IMG=/manageApi-release
|
||||
|
||||
#h5的基本url
|
||||
VITE_BOE_HOME=//u.boe.com/mobile-release/pages/index/index
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: lixg lixg@dongwu-inc.com
|
||||
* @Date: 2023-03-01 20:41:06
|
||||
* @LastEditors: lixg lixg@dongwu-inc.com
|
||||
* @LastEditTime: 2023-03-01 21:32:29
|
||||
* @LastEditTime: 2023-03-05 19:39:54
|
||||
* @FilePath: /stu_h5/src/views/nottask/NotTask.vue
|
||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
-->
|
||||
@@ -19,6 +19,6 @@
|
||||
</template>
|
||||
<script setup>
|
||||
function toIndex() {
|
||||
window.location.href = import.meta.env.VITE_BOE_API_URL;
|
||||
window.location.href = import.meta.env.VITE_BOE_HOME;
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user