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

7 lines
98 B
Vue
Raw Normal View History

2021-09-09 12:00:18 +08:00
<template>
<div>403</div>
2021-09-09 12:00:18 +08:00
</template>
<script setup lang="ts"></script>
2021-09-09 12:00:18 +08:00
<style scoped></style>