每周更新

This commit is contained in:
2025-12-05 16:24:20 +08:00
parent 485226d9dc
commit cbefb964d4
21 changed files with 2546 additions and 700 deletions

View File

@@ -109,6 +109,16 @@ export const accountRoutes = [
allAuthority: ['all']
}
},
{
path: 'withdraw-record',
name: 'accountWithdrawRecord',
component: () => import('../views/account/withdrawRecord.vue'),
meta: {
title: '提现记录',
description: '卖家提现流水记录',
allAuthority: ['all']
}
},
{
path: 'shop-new',
name: 'accountShopNew',