From 8eb2681435f73bb7a62b6347d7408d7e3efa3944 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:53:53 +0800 Subject: [PATCH] 12312 --- app/components/floatingBubble/index.vue | 3 +++ app/pages/liveRoom/components/SideButton/index.vue | 1 + app/pages/signature/panel/index.vue | 4 +++- app/stores/auth/index.js | 3 ++- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/components/floatingBubble/index.vue b/app/components/floatingBubble/index.vue index 0fc4b58..41ef4b9 100644 --- a/app/components/floatingBubble/index.vue +++ b/app/components/floatingBubble/index.vue @@ -4,10 +4,13 @@ const props=defineProps({ type:Function, } }) +const route = useRoute() +