Browse Source

fix: 调整登录popup初始化值

xyh 2 năm trước cách đây
mục cha
commit
9016115a65
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/index/index.jsx

+ 1 - 1
src/pages/index/index.jsx

@@ -23,7 +23,7 @@ const btnList = [
 ];
 
 export default function App() {
-  const [visible, {toggle, setFalse}] = useBoolean(true);
+  const [visible, {toggle, setFalse}] = useBoolean();
 
   return (
     <>