diff --git a/web/html/login.html b/web/html/login.html
index 34eff41c..781ca3d5 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -358,7 +358,7 @@
const msg = await HttpUtil.post('/login', this.user);
this.loading = false;
if (msg.success) {
- location.href = basePath + 'panel/';
+ location.href = basePath + 'panel/inbounds';
}
},
async getSecretStatus() {