vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
398 B
25 lines
398 B
<docs> |
|
--- |
|
order: 3 |
|
title: |
|
zh-CN: 403 |
|
en-US: 403 |
|
--- |
|
|
|
## zh-CN |
|
|
|
你没有此页面的访问权限。 |
|
|
|
## en-US |
|
|
|
you are not authorized to access this page. |
|
|
|
</docs> |
|
|
|
<template> |
|
<a-result status="403" title="403" sub-title="Sorry, you are not authorized to access this page."> |
|
<template #extra> |
|
<a-button type="primary">Back Home</a-button> |
|
</template> |
|
</a-result> |
|
</template>
|
|
|