仪表盘
版本库
文件存储
活动
搜索
登录
董宇坤
/
iailab-plat-ui-vue3
分支自
iailab-plat-ui-vue3
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
转炉大模型功能完善
houzhongjian
10 天以前
2c5e4638f84676fa1e3949a62212d2a4a97e784a
[~dongyukun/iailab-plat-ui-vue3.git]
/
src
/
views
/
Error
/
403.vue
1
2
3
4
5
6
7
8
<template>
<Error type="403" @error-click="push('/')" />
</template>
<script lang="ts" setup>
defineOptions({ name: 'Error403' })
const { push } = useRouter()
</script>