- 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)
15 lines
328 B
XML
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')}}"
|
|
}
|
|
]
|
|
}
|
|
}
|