mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-03-24 22:42:26 +00:00
8 lines
183 B
Vue
8 lines
183 B
Vue
<template>
|
|
<error-page :code="403" desc="您无权访问此页面" />
|
|
</template>
|
|
|
|
<script lang="ts" name="403" setup>
|
|
import ErrorPage from "./components/error-page.vue";
|
|
</script>
|