5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-05-23 e9fcfc26a37a207f74372483fd93efedd89dc85e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
const wealthRoutes = [
  {
    meta: {
      commonHeader: true,
    },
    path: '/fundMa', name: 'fundMa', component: () => import("@/views/wealth/financialManage.vue"),//基金理财
  },
  {
    meta: {
      commonHeader: true,
    },
    path: '/fundMakc', name: 'FundManageKuangChi', component: () => import("@/views/wealth/newLockMiner.vue"),//矿池锁仓
  },
  {
    meta: {
      commonHeader: true,
    },
    path: '/pledgeRecord', name: 'pledgeRecord', component: () => import("@/views/wealth/pledgeRecord.vue"),// 质押记录
  },
];
 
export { wealthRoutes };