fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-17 20:09:38 +08:00
parent ca4ec000f6
commit 587b11e1ec
5 changed files with 8 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<img src="@/assets/images/404.webp" width="500" />
</template>
<template #footer>
<n-button @click="replace('/')">返回首页</n-button>
<n-button @click="replace('/workbench')">返回首页</n-button>
</template>
</n-result>
</AppPage>