周五定时更新
This commit is contained in:
@@ -124,8 +124,8 @@ export const accountRoutes = [
|
||||
name: 'accountShopConfig',
|
||||
component: () => import('../views/account/shopConfig.vue'),
|
||||
meta: {
|
||||
title: '店铺配置',
|
||||
description: '配置店铺收款和支付方式',
|
||||
title: '钱包绑定',
|
||||
description: '绑定店铺收款钱包',
|
||||
allAuthority: ['all']
|
||||
}
|
||||
},
|
||||
@@ -180,7 +180,7 @@ export const accountRoutes = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'purchased-detail/:orderItemId',
|
||||
path: 'purchased-detail/:id',
|
||||
name: 'PurchasedDetail',
|
||||
component: () => import('../views/account/purchasedDetail.vue'),
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user