mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +08:00
init 签到
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
sub-title="请联系管理员"
|
||||
>
|
||||
<template #extra>
|
||||
<el-button type="primary">返回首页</el-button>
|
||||
<el-button type="primary" @click="toIndex">返回首页</el-button>
|
||||
</template>
|
||||
</el-result>
|
||||
</template>
|
||||
<script setup>
|
||||
|
||||
|
||||
function toIndex(){
|
||||
window.location.href = import.meta.env.VITE_BOE_API_URL
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -5,11 +5,13 @@
|
||||
sub-title="您已经签到成功"
|
||||
>
|
||||
<template #extra>
|
||||
<el-button type="primary">返回首页</el-button>
|
||||
<el-button type="primary" @click="toIndex">返回首页</el-button>
|
||||
</template>
|
||||
</el-result>
|
||||
</template>
|
||||
<script setup>
|
||||
|
||||
|
||||
function toIndex(){
|
||||
window.location.href = import.meta.env.VITE_BOE_API_URL
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -5,11 +5,13 @@
|
||||
sub-title="您不在此课程中"
|
||||
>
|
||||
<template #extra>
|
||||
<el-button type="primary">返回首页</el-button>
|
||||
<el-button type="primary" @click="toIndex">返回首页</el-button>
|
||||
</template>
|
||||
</el-result>
|
||||
</template>
|
||||
<script setup>
|
||||
|
||||
function toIndex(){
|
||||
window.location.href = import.meta.env.VITE_BOE_API_URL
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
@@ -5,11 +5,13 @@
|
||||
sub-title="您已经签到成功"
|
||||
>
|
||||
<template #extra>
|
||||
<el-button type="primary">返回首页</el-button>
|
||||
<el-button type="primary" @click="toIndex">返回首页</el-button>
|
||||
</template>
|
||||
</el-result>
|
||||
</template>
|
||||
<script setup>
|
||||
|
||||
function toIndex(){
|
||||
window.location.href = import.meta.env.VITE_BOE_API_URL
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user