Skip to content

Commit 4d17607

Browse files
committed
refactor(router): Temporarily comment out the application topology routing
1 parent 2d44a99 commit 4d17607

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

ui-vue3/src/router/defaultRoutes.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ export const routes: Readonly<RouteRecordType[]> = [
102102
back: '/resources/applications/list'
103103
}
104104
},
105-
{
106-
path: '/topology/:pathId',
107-
name: 'applicationDomain.topology',
108-
component: () => import('../views/resources/applications/tabs/topology.vue'),
109-
meta: {
110-
tab: true,
111-
icon: 'tabler:topology-ring',
112-
back: '/resources/applications/list'
113-
}
114-
},
105+
// {
106+
// path: '/topology/:pathId',
107+
// name: 'applicationDomain.topology',
108+
// component: () => import('../views/resources/applications/tabs/topology.vue'),
109+
// meta: {
110+
// tab: true,
111+
// icon: 'tabler:topology-ring',
112+
// back: '/resources/applications/list'
113+
// }
114+
// },
115115
{
116116
path: '/instance/:pathId',
117117
name: 'applicationDomain.instance',

0 commit comments

Comments
 (0)