We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5724539 commit 54c41b4Copy full SHA for 54c41b4
src/router/modules/remaining.ts
@@ -207,7 +207,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
207
path: 'detail',
208
name: 'TradeOrderDetail',
209
// component: () => import('@/views/mall/trade/order/tradeOrderDetail.vue'),
210
- component: () => import('@/views/mall/trade/detail/index.vue'),
+ component: () => import('@/views/mall/trade/order/detail/index.vue'),
211
meta: { title: '订单详情', hidden: true }
212
}
213
]
0 commit comments