Blame view

ant-design-vue-jeecg/src/views/exception/403.vue 201 Bytes
肖超群 authored
1
<template>
肖超群 authored
2
  <exception-page type="403"/>
肖超群 authored
3
4
5
</template>

<script>
肖超群 authored
6
import ExceptionPage from './ExceptionPage'
肖超群 authored
7
肖超群 authored
8
9
10
export default {
  components: {
    ExceptionPage
肖超群 authored
11
  }
肖超群 authored
12
}
肖超群 authored
13
14
15
16
17
</script>

<style scoped>

</style>