mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-18 00:23:50 +08:00
Error page hyperlink updated
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<div v-if='error.statusCode!=404'>
|
<div v-if='error.statusCode!=404'>
|
||||||
<h2>{{ error.statusCode }} 发现未知错误</h2>
|
<h2>{{ error.statusCode }} 发现未知错误</h2>
|
||||||
<div>
|
<div>
|
||||||
<nuxt-link to="/">返回首页</nuxt-link>
|
<a href="/">返回首页</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user