refactor: 移除不再使用的组件和路由配置,优化代码结构
This commit is contained in:
@@ -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 },
|
||||
// },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user