瀏覽代碼

掉用app列表

李富豪 8 月之前
父節點
當前提交
19db7b27bd
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      app/components/chat.tsx

+ 1 - 3
app/components/chat.tsx

@@ -1099,9 +1099,7 @@ function _Chat() {
   }, [appValue, chatStore.chatMode])
 
   useEffect(() => {
-    if (!location.search.includes('showMenu=false')) {
-      init();
-    }
+    init();
     const search = location.search;
     const params = new URLSearchParams(search);
     const appId = params.get('appId');