wanglizhong
2025-05-01 9d6b37321a449d9481b471f08dcf47400ebe7dc7
ruoyi-ui/src/router/index.js
@@ -93,6 +93,13 @@
        meta: { title: '个人中心', icon: 'user' }
      }
    ]
  },
  {
    path: 'order/detail/:id',
    component: () => import('@/views/system/order/detail'),
    name: 'OrderDetail',
    meta: { title: '订单详情' },
    hidden: true
  }
]