fix: 定价管理菜单直接进入pricing_program CRUD,跳过index.ui

This commit is contained in:
yumoqing 2026-06-01 15:55:20 +08:00
parent 12472b792f
commit 71329af722

View File

@ -6,7 +6,7 @@
{ {
"name": "pricing", "name": "pricing",
"label": "定价管理", "label": "定价管理",
"url": "{{entire_url('/pricing/index.ui')}}" "url": "{{entire_url('/pricing/pricing_program')}}"
} }
] ]
} }