refactor: /admin 聚合入口(数据概览优先),订单管理移至 /admin/orders

This commit is contained in:
erio
2026-03-13 22:08:14 +08:00
parent 41f7059585
commit b1c90d4b04
6 changed files with 450 additions and 286 deletions

View File

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