websocket优化

This commit is contained in:
kron
2025-06-22 02:39:03 +08:00
parent 322f23efb4
commit d075844cb0
6 changed files with 50 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ const tabs = [
];
function handleTabClick(index) {
if (!user.value.id) return props.signin();
if (index !== 2 && !user.value.id) return props.signin();
if (index === 0) {
uni.navigateTo({
url: "/pages/be-vip",