Browse Source

fix: router

xingyu 1 năm trước cách đây
mục cha
commit
547b1741fc
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/router/modules/remaining.ts

+ 2 - 1
src/router/modules/remaining.ts

@@ -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 }
       }
     ]