购买功能fix组件样式
This commit is contained in:
@@ -136,6 +136,12 @@ const routes = [
|
||||
name: 'FinanceRechargeRecords',
|
||||
component: () => import('@/pages/finance/recharge-records/index.vue'),
|
||||
meta: { title: '充值记录' }
|
||||
},
|
||||
{
|
||||
path: 'purchase-records',
|
||||
name: 'FinancePurchaseRecords',
|
||||
component: () => import('@/pages/finance/purchase-records/index.vue'),
|
||||
meta: { title: '购买记录' }
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -292,6 +298,12 @@ const routes = [
|
||||
name: 'AdminUIComponents',
|
||||
component: () => import('@/pages/admin/ui-components/index.vue'),
|
||||
meta: { title: '组件管理' }
|
||||
},
|
||||
{
|
||||
path: 'purchase-records',
|
||||
name: 'AdminPurchaseRecords',
|
||||
component: () => import('@/pages/admin/purchase-records/index.vue'),
|
||||
meta: { title: '购买记录管理' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user