From 70b4d610fe9cfd8d487cf3f72279ef4730f4bb2c Mon Sep 17 00:00:00 2001 From: yangy Date: Wed, 27 May 2026 10:39:17 +0800 Subject: [PATCH] Update Home component to modify URL structure for device redirection, removing the 'x8' segment for improved navigation. --- client/src/pages/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx index 0f49950..03981ee 100644 --- a/client/src/pages/Home.tsx +++ b/client/src/pages/Home.tsx @@ -925,7 +925,7 @@ export default function Home() { onClick={() => { const target = ip.trim(); if (!target) return; - window.location.href = `https://am.luxsinaudio.com/x8/i.html?ip=${encodeURIComponent(target)}#/home`; + window.location.href = `https://am.luxsinaudio.com/i.html?ip=${encodeURIComponent(target)}`; }} />