Commit 547b1741 by xingyu

fix: router

parent bd2d6ada
......@@ -206,7 +206,8 @@ const remainingRouter: AppRouteRecordRaw[] = [
{
path: 'detail',
name: 'TradeOrderDetail',
component: () => import('@/views/mall/trade/order/tradeOrderDetail.vue'),
// component: () => import('@/views/mall/trade/order/tradeOrderDetail.vue'),
component: () => import('@/views/mall/trade/detail/index.vue'),
meta: { title: '订单详情', hidden: true }
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment