业务更名为撞车并切换crash路由

用户可见文案与页面/API路径改为撞车与crash,保留mohong表与权限码兼容;移动端入口去掉租/撞图标。
This commit is contained in:
yml2213
2026-07-16 21:19:35 +08:00
parent 8b637cf499
commit a4189db4ca
38 changed files with 232 additions and 179 deletions
+8 -8
View File
@@ -105,26 +105,26 @@ const allNavGroups: NavGroup[] = [
permission: 'listing:approve',
},
{
label: '摸大红分类',
to: adminPath('mohong/categories'),
label: '撞车分类',
to: adminPath('crash/categories'),
icon: Present,
permission: 'mohong:category',
},
{
label: '摸大红商品',
to: adminPath('mohong/products'),
label: '撞车商品',
to: adminPath('crash/products'),
icon: Present,
permission: 'mohong:product_view',
},
{
label: '摸大红订单',
to: adminPath('mohong/orders'),
label: '撞车订单',
to: adminPath('crash/orders'),
icon: Tickets,
permission: 'mohong:order_view',
},
{
label: '摸大红配置',
to: adminPath('mohong/config'),
label: '撞车配置',
to: adminPath('crash/config'),
icon: Setting,
permission: 'mohong:config',
},