调整所有IP地址为域名,方便日后管理

This commit is contained in:
BBIT-Kai
2025-08-22 10:29:45 +08:00
parent c431679395
commit 7c9d376ce1
6 changed files with 8 additions and 10 deletions
@@ -54,7 +54,7 @@ const routes: RouteRecordRaw[] = [
component: IFrameView,
meta: {
icon: 'mdi:wall-fire',
iframeSrc: 'http://171.212.101.199:13010/',
iframeSrc: 'http://s1.ronsunny.cn:13010/',
keepAlive: false,
title: '检索增强生成',
},
+1 -4
View File
@@ -126,10 +126,7 @@ const disconnectAll = async () => {
</template>
<template #default>
<Card class="ml-2 h-full">
<iframe
src="http://171.212.101.199:8088"
class="h-full w-full"
></iframe>
<iframe src="http://s1.ronsunny.cn:8088" class="h-full w-full"></iframe>
</Card>
</template>
</ColPage>