refactor: 移除不再使用的组件和路由配置,优化代码结构

This commit is contained in:
2025-12-22 21:23:10 +07:00
parent c8795a2ab8
commit 40aa949eca
4 changed files with 14 additions and 104 deletions

View File

@@ -121,12 +121,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 },
// },
],
},
{