diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index c2be09c..c89dc8a 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -145,13 +145,13 @@ { "name": "discount_list", "label": "折扣方案", - "url": "{{entire_url('/discount/discount_list.ui')}}", + "url": "{{entire_url('/discount/discount_list/index.ui')}}", "target": "app.sage_main_content" }, { "name": "discount_detail_list", "label": "折扣产品明细", - "url": "{{entire_url('/discount/discount_detail_list.ui')}}", + "url": "{{entire_url('/discount/discount_detail_list/index.ui')}}", "target": "app.sage_main_content" }, {