完善控制台地址
This commit is contained in:
@@ -21,21 +21,21 @@ const routes: RouteRecordRaw[] = [
|
|||||||
path: '/set/kong',
|
path: '/set/kong',
|
||||||
component: IFrameView,
|
component: IFrameView,
|
||||||
meta: {
|
meta: {
|
||||||
icon: 'mdi:server-network',
|
icon: 'mdi:monitor-dashboard',
|
||||||
link: 'http://10.10.10.9:8002/',
|
link: 'http://10.10.10.9:8002/',
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
title: '网关控制后台',
|
title: 'Kong后台',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Milvus-set',
|
name: 'MinIO-webui',
|
||||||
path: '/set/kong',
|
path: '/set/rocketMQ',
|
||||||
component: IFrameView,
|
component: IFrameView,
|
||||||
meta: {
|
meta: {
|
||||||
icon: 'mdi:database',
|
icon: 'mdi:monitor-dashboard',
|
||||||
link: 'http://10.10.10.9:3000/',
|
link: 'http://10.10.10.9:9001',
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
title: 'Milvus Attu后台',
|
title: 'MinIO后台',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -46,18 +46,29 @@ const routes: RouteRecordRaw[] = [
|
|||||||
icon: 'mdi:monitor-dashboard',
|
icon: 'mdi:monitor-dashboard',
|
||||||
link: 'http://10.10.10.9:9091/webui',
|
link: 'http://10.10.10.9:9091/webui',
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
title: 'Milvus 自带后台',
|
title: 'Milvus后台',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'RocketMQ-webui',
|
name: 'Milvus-set',
|
||||||
path: '/set/rocketMQ',
|
path: '/set/kong',
|
||||||
component: IFrameView,
|
component: IFrameView,
|
||||||
meta: {
|
meta: {
|
||||||
icon: 'mdi:server-network',
|
icon: 'mdi:monitor-dashboard',
|
||||||
link: 'http://10.10.10.9:8082',
|
link: 'http://10.10.10.9:3000/',
|
||||||
keepAlive: true,
|
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