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