gtsoft-snail-job-admin/src/views/_builtin/403/index.vue

8 lines
113 B
Vue
Raw Normal View History

2024-03-08 17:59:45 +08:00
<script setup lang="ts"></script>
<template>
<ExceptionBase type="403" />
</template>
<style scoped></style>