mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
🔱: [client] sync upgrade with 7 commits [trident-sync]
chore: Merge branch 'vben' # Conflicts: # package.json perf: antdv示例改成使用vben框架 chore: vben chore: vben chore: vben
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<a-result status="403" title="403" sub-title="Sorry, 拒绝访问 .">
|
||||
<template #extra>
|
||||
<a-button type="primary" @click="toHome">返回首页( Back Home ) </a-button>
|
||||
</template>
|
||||
</a-result>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
export default {
|
||||
// eslint-disable-next-line vue/multi-word-component-names
|
||||
name: "Exception403",
|
||||
methods: {
|
||||
toHome() {
|
||||
this.$router.push({ path: "/" });
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user