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