yumoqing e0f2942df3 feat: modernize platformbiz UI - add index.ui with RBAC-aware card navigation
- Create index.ui with role-based visible cards (reseller.operator/sale)
- Standardize card style: #1E293B bg, 12px radius, #334155 borders
- Add page header with Title2 + description text
- Simplify menu.ui to point to index.ui entry point
- Use consistent SVG icon styling (36px, 1.5 stroke width)
2026-05-25 18:30:59 +08:00

15 lines
328 B
XML

{% set roles = get_user_roles(get_user()) %}
{
"widgettype": "Menu",
"id": "platformbiz_menu",
"options": {
"items": [
{
"name": "dashboard",
"label": "平台业务",
"url": "{{entire_url('/platformbiz/index.ui')}}"
}
]
}
}