mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-25 11:06:56 +08:00
错误页面的返回首页改为/,提升通用性
This commit is contained in:
parent
14f9b9720d
commit
74dd33d936
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<exception-page home-route="/dashboard/workplace" :style="`min-height: ${minHeight}`" type="403" />
|
||||
<exception-page home-route="/" :style="`min-height: ${minHeight}`" type="403" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<exception-page home-route="/dashboard/workplace" :style="`min-height: ${minHeight}`" type="404" />
|
||||
<exception-page home-route="/" :style="`min-height: ${minHeight}`" type="404" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<exception-page home-route="/dashboard/workplace" :style="`min-height: ${minHeight}`" type="500" />
|
||||
<exception-page home-route="/" :style="`min-height: ${minHeight}`" type="500" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user