diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 77c7ded..7897555 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -152,12 +152,6 @@ "target": "app.main_content", "items": [ {% if is_customer and not is_admin %} - { - "name": "product_showcase", - "label": "产品展示", - "icon": "", - "script": "this.open_tab({name:'product_showcase',label:'产品展示',url:'/product_management/storefront/index.ui',removable:true})" - }, { "name": "cust_account", "label": "我的账户", @@ -608,28 +602,10 @@ "label": "主页", "removable": false, "content": { - "widgettype": "VBox", + "widgettype": "urlwidget", "options": { - "width": "100%", - "padding": "40px", - "spacing": "16px" - }, - "subwidgets": [ - { - "widgettype": "Title2", - "options": { - "text": "产线平台" - } - }, - { - "widgettype": "Text", - "options": { - "text": "管理产线定义、运营配置、分销渠道与任务执行", - "cfontsize": 1.2, - "color": "#64748b" - } - } - ] + "url": "{{entire_url('/product_management/storefront/index.ui')}}" + } } } ]