每周更新
This commit is contained in:
@@ -179,6 +179,16 @@ export const accountRoutes = [
|
||||
allAuthority: ['all']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'purchased-machine-config',
|
||||
name: 'accountPurchasedMachineConfig',
|
||||
component: () => import('../views/account/purchasedMachineConfig.vue'),
|
||||
meta: {
|
||||
title: '已购矿机配置',
|
||||
description: '查看已购买矿机的配置信息',
|
||||
allAuthority: ['all']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'funds-flow',
|
||||
name: 'accountFundsFlow',
|
||||
|
||||
Reference in New Issue
Block a user