调整所有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
+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>