每周五更新

This commit is contained in:
2025-12-26 10:58:16 +08:00
parent c4f4babe1d
commit e9bca8163d
10 changed files with 290 additions and 105 deletions

View File

@@ -223,6 +223,16 @@ export const accountRoutes = [
allAuthority: ['all']
}
},
{
path: 'seller-funds-flow',
name: 'accountSellerFundsFlow',
component: () => import('../views/account/sellerFundsFlow.vue'),
meta: {
title: '资金流水',
description: '卖家收款/提现流水记录',
allAuthority: ['all']
}
},
{
path: 'orders',
name: 'accountOrders',