feat: 跨俱乐部资产迁移(计划/令牌/流水 + 用户与后台 API)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -101,7 +101,13 @@ def _load_menu_pages():
|
||||
pages = []
|
||||
|
||||
need_seed = not pages or not any(
|
||||
p.page_id in ('miniapp.assets', 'product.fake-orders', 'miniapp.recharge-copy') for p in pages
|
||||
p.page_id in (
|
||||
'miniapp.assets',
|
||||
'product.fake-orders',
|
||||
'miniapp.recharge-copy',
|
||||
'admin.club-migrate',
|
||||
)
|
||||
for p in pages
|
||||
)
|
||||
if need_seed:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user