revert: 去掉总览入口,/admin 直接显示订单管理

This commit is contained in:
erio
2026-03-13 22:03:06 +08:00
parent 1399cd277b
commit 41f7059585
7 changed files with 696 additions and 450 deletions

View File

@@ -143,7 +143,7 @@ function DashboardContent() {
{text.daySuffix}
</button>
))}
<a href={`/admin/orders?${navParams}`} className={btnBase}>
<a href={`/admin?${navParams}`} className={btnBase}>
{text.orders}
</a>
<button type="button" onClick={fetchData} className={btnBase}>