diff --git a/src/views/ChatWindow.jsx b/src/views/ChatWindow.jsx index 84f79bd..704b88d 100644 --- a/src/views/ChatWindow.jsx +++ b/src/views/ChatWindow.jsx @@ -17,7 +17,7 @@ import EmailEditorPopup from './Conversations/Online/Input/EmailEditorPopup' const { Sider, Content, Header, Footer } = Layout const ChatWindow = () => { - const [collapsedRight, setCollapsedRight] = useState(true) + const [collapsedRight, setCollapsedRight] = useState(false) const loginUser = useAuthStore((state) => state.loginUser) const currentOrder = useConversationStore(useShallow((state) => state.currentConversation?.coli_sn || '')) diff --git a/src/views/orders/Follow.jsx b/src/views/orders/Follow.jsx index 580fcc8..3f83325 100644 --- a/src/views/orders/Follow.jsx +++ b/src/views/orders/Follow.jsx @@ -45,7 +45,7 @@ const deptMap = new Map([ function Follow() { - const [collapsed, setCollapsed] = useState(true) + const [collapsed, setCollapsed] = useState(false) const mailboxTreeRef = useRef(null); const [treeHeight, setTreeHeight] = useState(500);