mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 17:36:45 +08:00
增加面授课未发布提示
This commit is contained in:
13
src/views/sign/signTimeNotPublish.vue
Normal file
13
src/views/sign/signTimeNotPublish.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<el-result icon="error" title="签到异常" sub-title="面授课未发布">
|
||||
<template #extra>
|
||||
<el-button type="primary" @click="toIndex">返回首页</el-button>
|
||||
</template>
|
||||
</el-result>
|
||||
</template>
|
||||
<script setup>
|
||||
function toIndex() {
|
||||
window.location.href =
|
||||
window.location.protocol + import.meta.env.VITE_BOE_HOME;
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user