错误页面的返回首页改为/,提升通用性

This commit is contained in:
huangxianjun 2021-03-19 12:11:20 +08:00
parent 14f9b9720d
commit 74dd33d936
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<exception-page home-route="/dashboard/workplace" :style="`min-height: ${minHeight}`" type="403" /> <exception-page home-route="/" :style="`min-height: ${minHeight}`" type="403" />
</template> </template>
<script> <script>

View File

@ -1,5 +1,5 @@
<template> <template>
<exception-page home-route="/dashboard/workplace" :style="`min-height: ${minHeight}`" type="404" /> <exception-page home-route="/" :style="`min-height: ${minHeight}`" type="404" />
</template> </template>
<script> <script>

View File

@ -1,5 +1,5 @@
<template> <template>
<exception-page home-route="/dashboard/workplace" :style="`min-height: ${minHeight}`" type="500" /> <exception-page home-route="/" :style="`min-height: ${minHeight}`" type="500" />
</template> </template>
<script> <script>