diff --git a/vue/apps/web-antd/src/router/routes/modules/set.ts b/vue/apps/web-antd/src/router/routes/modules/set.ts index 0c79c18..6d6f5da 100644 --- a/vue/apps/web-antd/src/router/routes/modules/set.ts +++ b/vue/apps/web-antd/src/router/routes/modules/set.ts @@ -21,21 +21,21 @@ const routes: RouteRecordRaw[] = [ path: '/set/kong', component: IFrameView, meta: { - icon: 'mdi:server-network', + icon: 'mdi:monitor-dashboard', link: 'http://10.10.10.9:8002/', keepAlive: true, - title: '网关控制后台', + title: 'Kong后台', }, }, { - name: 'Milvus-set', - path: '/set/kong', + name: 'MinIO-webui', + path: '/set/rocketMQ', component: IFrameView, meta: { - icon: 'mdi:database', - link: 'http://10.10.10.9:3000/', + icon: 'mdi:monitor-dashboard', + link: 'http://10.10.10.9:9001', keepAlive: true, - title: 'Milvus Attu后台', + title: 'MinIO后台', }, }, { @@ -46,18 +46,29 @@ const routes: RouteRecordRaw[] = [ icon: 'mdi:monitor-dashboard', link: 'http://10.10.10.9:9091/webui', keepAlive: true, - title: 'Milvus 自带后台', + title: 'Milvus后台', }, }, { - name: 'RocketMQ-webui', - path: '/set/rocketMQ', + name: 'Milvus-set', + path: '/set/kong', component: IFrameView, meta: { - icon: 'mdi:server-network', - link: 'http://10.10.10.9:8082', + icon: 'mdi:monitor-dashboard', + link: 'http://10.10.10.9:3000/', keepAlive: true, - title: 'RocketMQ可视化后台', + title: 'Milvus Attu后台', + }, + }, + { + name: 'RabbitMQ-webui', + path: '/set/rabbitMQ', + component: IFrameView, + meta: { + icon: 'mdi:monitor-dashboard', + link: 'http://10.10.10.9:15672', + keepAlive: true, + title: 'RabbitMQ后台', }, }, ],