feat: Web端401队列拦截器 + 消息/任务/个人中心重写 + TabBar红点 + Admin页面完善

This commit is contained in:
2026-08-07 11:44:12 +08:00
parent b71c5a2d07
commit 721cfe1504
25 changed files with 1730 additions and 435 deletions

View File

@ -453,11 +453,11 @@ export default function CreateProductDialog({ open, onClose, onCreated }: Props)
</div>
{/* ================================================================ */}
{/* 系统唯一 ID(只读) */}
{/* 产品身份证 — 系统自动生成 16 位 HEX(不可编辑) */}
{/* ================================================================ */}
<div>
<label className="mb-1 block text-sm font-medium text-gray-700">
系统唯一 ID <span className="text-xs text-gray-400">(自动生成)</span>
产品身份证 <span className="text-xs text-gray-400">(自动生成)</span>
</label>
<Input
value="提交后自动生成 16 位 HEX"
@ -466,7 +466,7 @@ export default function CreateProductDialog({ open, onClose, onCreated }: Props)
/>
</div>
{/* 产品序列号(选填) */}
{/* 产品序列号 — 用户自定义录入(选填) */}
<div>
<label className="mb-1 block text-sm font-medium text-gray-700">
产品序列号 <span className="text-xs text-gray-400">(选填)</span>