From a12818479aac56a0c08206ce4dcf4ede092e9376 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 14 十一月 2024 16:20:52 +0800 Subject: [PATCH] 判断是否是新老用户 --- src/stores/chatRoom.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/stores/chatRoom.ts b/src/stores/chatRoom.ts index f3040be..75fb5c8 100644 --- a/src/stores/chatRoom.ts +++ b/src/stores/chatRoom.ts @@ -175,4 +175,6 @@ } }; // 鏄惁宸茬粡灞曠ず寮曞 -export const hadShowFirstGuide = ref(false); \ No newline at end of file +export const hadShowFirstGuide = ref(false); +//鏄惁鏄柊鑰佺敤鎴� +export const isNewOldUser = ref(null); -- Gitblit v1.9.3