完善控制台地址
This commit is contained in:
@@ -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后台',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user