ruoyi-plus-soybean/src/views/system/exception/403.vue

9 lines
160 B
Vue
Raw Normal View History

2021-09-09 12:00:18 +08:00
<template>
<exception-base type="403" />
2021-09-09 12:00:18 +08:00
</template>
<script lang="ts" setup>
import { ExceptionBase } from './components';
</script>
2021-09-09 12:00:18 +08:00
<style scoped></style>