feat: 添加收益模块,包含总收益概览、收益趋势和收益来源,更新相关组件和路由
This commit is contained in:
@@ -59,6 +59,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import("@/views/withdraw/index.vue"),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/income/total",
|
||||
component: () => import("@/views/income/total/index.vue"),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/wallet/bill",
|
||||
component: () => import("@/views/wallet/bill.vue"),
|
||||
@@ -135,12 +140,12 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import("@/views/trade-settings/my-subscribe/index.vue"),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
// {
|
||||
// path: ":id",
|
||||
// props: true,
|
||||
// component: () => import("@/views/trade-settings/my-subscribe/detail.vue"),
|
||||
// meta: { requiresAuth: true },
|
||||
// },
|
||||
{
|
||||
path: ":id",
|
||||
props: true,
|
||||
component: () => import("@/views/trade-settings/my-subscribe/detail.vue"),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user