feat: 为移动端开发独立的订单详情视图并配置路由
This commit is contained in:
Vendored
+3
@@ -39,6 +39,8 @@ declare module 'vue' {
|
||||
VanCell: typeof import('vant/es')['Cell']
|
||||
VanCellGroup: typeof import('vant/es')['CellGroup']
|
||||
VanCheckbox: typeof import('vant/es')['Checkbox']
|
||||
VanCollapse: typeof import('vant/es')['Collapse']
|
||||
VanCollapseItem: typeof import('vant/es')['CollapseItem']
|
||||
VanEmpty: typeof import('vant/es')['Empty']
|
||||
VanField: typeof import('vant/es')['Field']
|
||||
VanIcon: typeof import('vant/es')['Icon']
|
||||
@@ -47,6 +49,7 @@ declare module 'vue' {
|
||||
VanPopup: typeof import('vant/es')['Popup']
|
||||
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
||||
VanSearch: typeof import('vant/es')['Search']
|
||||
VanStepper: typeof import('vant/es')['Stepper']
|
||||
VanSwipe: typeof import('vant/es')['Swipe']
|
||||
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
||||
VanTag: typeof import('vant/es')['Tag']
|
||||
|
||||
@@ -58,7 +58,7 @@ export const mobileRoutes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '/m/orders/:id',
|
||||
name: 'mobile-order-detail',
|
||||
component: () => import('@/views/account/OrderDetailView.vue'),
|
||||
component: () => import('@/views/mobile/MobileOrderDetailView.vue'),
|
||||
meta: { layout: 'blank', requiresAuth: true },
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user