更新在寄托投币排行榜里增加我要投币

This commit is contained in:
A1300399510
2024-01-12 16:59:35 +08:00
parent 829ed4a0a8
commit 66120a8426
38 changed files with 333 additions and 257 deletions

View File

@@ -0,0 +1,6 @@
// middleware/errorHandler.js
export default function ({ error, redirect }) {
if (error) {
return redirect('/index.html')
}
}