Update Home component to modify URL structure for device redirection, removing the 'x8' segment for improved navigation.
This commit is contained in:
@@ -925,7 +925,7 @@ export default function Home() {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
const target = ip.trim();
|
const target = ip.trim();
|
||||||
if (!target) return;
|
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)}`;
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user