404.vue 214 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 <template> <a-result status="404" title="404" sub-title="对不起, 没有找到该页面."> <template #extra> <a-button type="primary">返回 首页</a-button> </template> </a-result> </template>