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

@@ -502,7 +502,7 @@ function ChannelsContent() {
locale={locale}
actions={
<>
<a href={`/admin?${navParams}`} className={btnBase}>
<a href={`/admin/orders?${navParams}`} className={btnBase}>
{t.orders}
</a>
<button type="button" onClick={fetchChannels} className={btnBase}>