修复:原来的统一去了404, 现在加了403, 和部分bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m54s

This commit is contained in:
sexygoat
2026-03-03 16:26:04 +08:00
parent 7e9acda1ab
commit 237eeed87a
8 changed files with 274 additions and 91 deletions

View File

@@ -480,7 +480,7 @@
{
prop: 'real_data_mb',
label: '真流量',
width: 100,
width: 120,
formatter: (row: PackageResponse) => `${row.real_data_mb}MB`
},
{