Commit 1f6b92e1 authored by 徐乐's avatar 徐乐

perf: 删除普兰店登录页打印输出代码

parent 8867fd3c
Pipeline #90191 waiting for manual action with stages
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
{ {
"title": "通用登录页" "title": "通用登录页"
}, },
{ {
"title": "项目 - 麟游" "title": "项目 - 麟游"
} }
] ]
} }
\ No newline at end of file
...@@ -34,7 +34,6 @@ const PopOvercontent = () => { ...@@ -34,7 +34,6 @@ const PopOvercontent = () => {
}; };
const Login = forwardRef((props, _ref) => { const Login = forwardRef((props, _ref) => {
console.log(props, "props")
const sliVerify = useRef(); const sliVerify = useRef();
const loginFormRef = useRef(); const loginFormRef = useRef();
const formRef = useRef(null); const formRef = useRef(null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment