style: 修改404图片

This commit is contained in:
张传龙 2022-04-05 11:33:35 +08:00
parent 95e5cd7134
commit ef6df57dc5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 160 KiB

View File

@ -5,7 +5,7 @@
<img src="@/assets/images/404.png" width="500" /> <img src="@/assets/images/404.png" width="500" />
</template> </template>
<template #footer> <template #footer>
<n-button color="#002d6f" @click="replace('/')">返回首页</n-button> <n-button strong secondary type="primary" @click="replace('/')">返回首页</n-button>
</template> </template>
</n-result> </n-result>
</div> </div>