鞍钢鲅鱼圈能源管控系统前端代码
houzhongjian
22 小时以前 12922420bfe56cd2064c4c8c6a82d4a340cb5db5
提交 | 用户 | 时间
cb6cd2 1 <template>
H 2   <Error @error-click="push('/')" />
3 </template>
4 <script lang="ts" setup>
5 defineOptions({ name: 'Error404' })
6 const { push } = useRouter()
7 </script>