AnalysisSystemForRadionucli.../src/views/exception/403.vue

17 lines
214 B
Vue
Raw Normal View History

2023-05-06 15:58:45 +08:00
<template>
<exception-page type="403" />
</template>
<script>
import ExceptionPage from './ExceptionPage'
export default {
components: {
ExceptionPage
}
}
</script>
<style scoped>
</style>